Skip to content

Member directory agent card shows 0 tools due to stale comply cache #4256

@EvgenyAndroid

Description

@EvgenyAndroid

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    claude-triagedIssue has been triaged by the Claude Code triage routine. Remove to re-triage.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions