Bug
The agent card on the member directory page shows "Tools: 0" even though the agent exposes 8 tools.
Affected page: https://agenticadvertising.org/members/nofluff
Affected agent: https://adcp-signals-adaptor.evgeny-193.workers.dev/mcp
Observed behavior:
- Member directory agent card shows
Tools: 0
- Fresh
evaluate_agent_quality run (2026-05-08) correctly discovers 8 tools: get_adcp_capabilities, get_signals, activate_signal, get_operation_status, get_similar_signals, query_signals_nl, get_concept, search_concepts
Root cause:
- Member directory is reading tool count from the comply cache
- Comply cache is stale (last run 2026-05-04, re-runner not firing — see related bug)
- The May 4 cached result apparently stored 0 tools
Related bugs:
- Comply re-runner not firing on schedule (stale degraded status)
- Org page showing "Register an agent" CTA despite registered agents
Expected behavior:
- Tool count on member directory should reflect the most recent agent probe
- Or at minimum, not display 0 when the agent is online and responsive
Suggested fix:
- Decouple tool count display from comply cache — probe
get_adcp_capabilities directly when rendering the agent card, or refresh on each heartbeat check
- Fix the re-runner so the cache stays fresh regardless
Bug
The agent card on the member directory page shows "Tools: 0" even though the agent exposes 8 tools.
Affected page: https://agenticadvertising.org/members/nofluff
Affected agent:
https://adcp-signals-adaptor.evgeny-193.workers.dev/mcpObserved behavior:
Tools: 0evaluate_agent_qualityrun (2026-05-08) correctly discovers 8 tools:get_adcp_capabilities,get_signals,activate_signal,get_operation_status,get_similar_signals,query_signals_nl,get_concept,search_conceptsRoot cause:
Related bugs:
Expected behavior:
Suggested fix:
get_adcp_capabilitiesdirectly when rendering the agent card, or refresh on each heartbeat check