Skip to main content
Glama
aeoess

agent-passport-system-mcp

by aeoess

list_tools_for_scope

Filter MCP tools by delegation scope. Pass your scopes to see which tools you can use.

Instructions

List available MCP tools filtered by delegation scope. Pass your delegation scopes to see which tools you can use. Scopes: identity, delegation, principal, reputation, coordination, communication, governance, commerce, data, gateway, network, temporal, attribution, settlement, capability, mutual-auth. Use ['*'] for all tools.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scopesYesYour delegation scopes, e.g. ['identity', 'delegation', 'commerce']
Behavior3/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It states the core behavior (listing filtered tools) and the wildcard behavior, but does not explicitly state that this is a read-only operation with no side effects, nor describe the return format. The provided scope list adds useful behavioral context.

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?

Three concise sentences, each earning its place: the first defines the purpose, the second explains usage, and the third lists accepted values. No filler or redundant information.

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

Completeness4/5

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

Given the tool's low complexity (single parameter, no nested objects, no output schema), the description is largely complete for invocation. It could be slightly enhanced by mentioning the return type or that it is safe/read-only, but the essentials are covered.

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 already describes the 'scopes' parameter, but the description adds significant value by enumerating all valid scope values and the wildcard option. This goes beyond the schema, which only provides a generic example, and compensates for the lack of enums in the schema.

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 clearly states the tool lists available MCP tools filtered by delegation scope, with a specific verb ('List') and resource ('available MCP tools'). This distinguishes it from sibling tools like list_tasks or list_profiles, which list domain-specific entities.

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 explains when to use the tool ('Pass your delegation scopes to see which tools you can use') and enumerates valid scope values, including a wildcard for all tools. It does not explicitly mention alternatives, but the tool's unique purpose and scope-filtering mechanism make the usage context clear.

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/aeoess/agent-passport-mcp'

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