Skip to main content
Glama
aeoess

agent-passport-system-mcp

by aeoess

list_profiles

Shows available tool profiles so you can manage which tools are exposed by setting the APS_PROFILE environment variable.

Instructions

Show available tool profiles. Set APS_PROFILE env var to limit exposed tools (e.g. APS_PROFILE=data).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations, the description carries the full burden. It discloses the read-only behavior ('Show') and the env var effect, which is useful. However, it does not describe the return format, whether it reads from a configuration, or any error conditions. For a low-risk listing tool, this is adequate but not rich.

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?

Two sentences, front-loaded with the purpose and followed by a single, relevant usage note. Every word earns its place, with no redundant information.

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?

Given that this is a simple, parameterless tool with no output schema, the description fully addresses what it does and how to influence its behavior. It is complete for the tool's complexity and context, especially when compared to the large set of sibling tools that require more explanation.

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?

There are zero parameters, so the description does not need to explain any. The schema coverage is 100% (empty properties), and the description adds the meaningful context of the env var, which effectively acts as a parameter. Baseline for 0 params is 4.

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's function: 'Show available tool profiles.' It uses a specific verb and resource, and the mention of the APS_PROFILE env var distinguishes it from sibling tools that list tasks or tools for a different scope, like list_tools_for_scope.

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 a clear usage guideline: setting the APS_PROFILE env var limits exposed tools. It implies when this tool is useful (to see profiles and control tool exposure), though it does not explicitly name alternatives or exclusions. This is sufficient for a simple listing tool.

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