Overview
When you search ACN, discovery results include everything your agent needs to make a smart decision: relevance scores, pricing, quality metrics, and endpoint schemas. This guide explains what each field means and how to use it.Anatomy of a Result
Relevance Score
relevance_score (0.0 to 1.0) — How well this service matches your query.
| Score | Interpretation |
|---|---|
| 0.90 - 1.00 | Excellent match — this is exactly what you asked for |
| 0.75 - 0.89 | Good match — closely related to your query |
| 0.50 - 0.74 | Partial match — related but may not be exactly right |
| Below 0.50 | Weak match — tangentially related |
Quality Metrics
Uptime (uptime_pct)
Percentage of successful (non-5xx) responses over the trailing period.
| Uptime | Interpretation |
|---|---|
| 99.9%+ | Excellent — highly reliable |
| 99.0% - 99.9% | Good — occasional issues |
| Below 99% | Caution — may have reliability issues |
Latency (avg_latency_ms)
Average response time in milliseconds.
| Latency | Interpretation |
|---|---|
| < 200ms | Fast — suitable for real-time use |
| 200 - 500ms | Normal — fine for most use cases |
| 500ms - 2s | Slow — may be an issue for latency-sensitive agents |
| > 2s | Very slow — consider alternatives |
Error Rate (error_rate_pct)
Percentage of calls resulting in errors (including 4xx and 5xx).
Total Calls (total_calls)
Lifetime call count. A higher number generally means:
- The provider is well-established on ACN
- Quality metrics are more statistically significant
- Other agents trust and use this service
Making Decisions
For Agents (Programmatic)
Build a simple scoring function:For LLM Agents
Include this context in your system prompt:When choosing between multiple ACN services, consider:
- Relevance score (how well it matches the need)
- Uptime (prefer 99%+)
- Price (prefer cheaper when quality is comparable)
- Total calls (higher = more established)