Minuet
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MINUET_API_URL | No | Base URL of the Minuet API. Override for local development. | https://minuet.ai |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_agentsA | Search indexed ERC-8004 agents. Args: query: Optional substring to match against agent name. limit: Maximum number of agents to return (default 25). |
| get_agentA | Fetch full details for a specific agent, including its Minuet relationships. Args:
agent_id: Canonical identifier in the form |
| get_agent_relationshipsA | List relationships for a specific agent. Args:
agent_id: Canonical |
| get_hub_agentsA | Return the most-connected agents in the Minuet relationship graph. Useful for discovering which agents other agents actually work with. Args: limit: Maximum number of hubs to return (default 10). |
| get_owner_ecosystemsA | Return owners who operate multiple connected agents. An "ecosystem" is a single wallet address with 2+ named agents that have at least one relationship. Useful for finding multi-agent teams. Args: limit: Maximum number of ecosystems to return (default 10). |
| get_relationship_graphA | Return the full set of relationships as a graph. Args: min_connections: Filter out agents with fewer than this many relationships from the returned edge list (default 0 = no filter). |
| get_network_statsA | Return aggregate statistics about the Minuet relationship graph. Returns totals for relationships, agents, named agents, verified vs inferred status, and the top relationship types. |
| get_recent_relationshipsC | Return the most recently created relationships. Args: limit: Maximum number of relationships to return (default 20). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 8 tools
Each tool has a clearly distinct purpose: agent details, relationships, hubs, stats, ecosystems, recent relationships, graph, and search. No overlap in functionality.
All tool names follow a consistent snake_case verb_noun pattern (e.g., get_agent, search_agents), with no deviations or mixed conventions.
8 tools is appropriate for the domain of querying agent relationships and network statistics, covering all essential functionalities without excess or deficiency.
The tool surface provides comprehensive read-only coverage: individual lookups, relationship listing, top hubs, stats, ecosystems, recent activity, full graph, and search. No obvious gaps for this query-focused server.