Skip to main content
Glama

sage_directory

List recipients the authenticated caller is authorized to address, showing provider, agent ID, and local/federated provenance. Request scope=all for live-revalidated federated contacts.

Instructions

List recipients this signed caller is currently authorized to address. The default local scope is one metadata-only database read and performs no federation probes. Request scope=all explicitly to add live-revalidated federated contacts already authorized by an exact shared-domain or linked-reader messaging edge. Each row includes display name, immutable registered name, provider, exact agent_id/to, and local/federated provenance. This is authorization metadata, never online presence, reachability, delivery, or read evidence. Older peers without safe enumeration support are omitted and reported as an incomplete federated view.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scopeNoThe default local scope performs no federation network checks; all explicitly requests the caller-authorized local/federated union.local
peer_cursorNoBounded federated continuation returned by a previous scope=all call. Ignored for local scope.
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description fully discloses the tool's behavior. It states the local scope performs one metadata-only database read with no federation probes, and that scope=all adds live-revalidated federated contacts. It further clarifies this is authorization metadata, never online presence or read evidence, and notes that older peers are omitted in an incomplete federated view—providing rich behavioral context beyond structured fields.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is four sentences, each with a distinct and necessary purpose: stating the core function, explaining scope behavior, listing output fields, and clarifying constraints/caveats. It is front-loaded with the primary purpose and contains no redundant or wasteful phrasing.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description thoroughly covers inputs (scope semantics), outputs (field list), and important caveats (incomplete federated view, authorization metadata). With schema fully describing the parameters, the combination is sufficient for an agent to invoke the tool correctly and interpret results, even without an output schema.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema covers 100% of parameters with descriptions for both scope and peer_cursor. The description adds practical semantics by explaining what each scope value does: local performs a metadata-only read with no federation probes, while all explicitly requests the local/federated union. This goes beyond the schema's enum descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with 'List recipients this signed caller is currently authorized to address,' clearly stating the verb (list), resource (recipients), and scope (authorized, local/federated). It distinguishes from sibling tools like sage_find_agent by emphasizing authorization and provenance, even without naming alternatives explicitly.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context for when to use the tool: to enumerate currently authorized recipients. It explains the default local scope versus explicitly requesting scope=all for federated contacts. However, it does not explicitly state exclusions or mention alternative sibling tools for similar operations.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/l33tdawg/sage'

If you have feedback or need assistance with the MCP directory API, please join our Discord server