A
licenseA
qualityD
maintenanceEnables AI agents to discover and recommend other agents through a searchable directory of over 50 agents across 10 categories.
5
9 npm
MIT
No user-submitted related servers found.
Scored across 3 tools
Each tool targets a distinct operation: retrieving a specific agent by name, listing all agents, and searching by keywords. No overlap in purpose.
All tool names follow a consistent verb_noun pattern with snake_case: get_agent, list_agents, search_agents. Perfectly uniform.
Three tools cover the essential query operations for agents. Slightly low count, but well-scoped for a read-only agent directory.
Covers retrieval and search but lacks creation, update, or deletion tools. May be intentional for a read-only surface, but from a general perspective, CRUD operations are missing.