Skip to main content
Glama
aeoess

agent-passport-system-mcp

by aeoess

query_contributions

Query the data contribution ledger to retrieve contribution records. Filter by agent, principal, purpose, access count, or source receipt to analyze contribution activity.

Instructions

[deprecated in v3.0.0 — use gateway.aeoess.com REST API] Query the data contribution ledger.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agentIdNo
purposeNo
principalIdNo
minAccessCountNo
sourceReceiptIdNo
Behavior2/5

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

With no annotations, the description carries full responsibility for disclosing behavior. It only says 'Query', which implies a read operation, but lacks details on side effects, authentication requirements, or deprecation consequences (e.g., whether it still works or returns errors). The deprecation notice is the only behavioral insight.

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

Conciseness3/5

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

The description is very brief, which is concise, but it is under-informative. The deprecation notice is front-loaded and clear, yet the lack of any functional or parameter detail makes it feel truncated rather than intentionally concise.

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

Completeness1/5

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

Given the tool has 5 undocumented parameters, no output schema, and no annotations, the description fails to provide essential context about how to use the tool effectively. It only gives a bare hint of its function, making it inadequate for an agent to invoke it correctly.

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

Parameters1/5

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

Schema description coverage is 0%, and the description provides no information about the parameters (agentId, purpose, principalId, minAccessCount, sourceReceiptId). The description does not compensate for the lack of parameter documentation, leaving the agent without clues on how to construct a valid query.

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

Purpose4/5

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

The description clearly identifies the action ('Query') and the resource ('data contribution ledger'), which distinguishes it from other query tools like list_profiles or resolve_lineage. The deprecation notice is separate but does not obscure the core purpose.

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 explicitly states the tool is deprecated and directs the user to an alternative (gateway.aeoess.com REST API). This provides clear when-not-to-use guidance, though it does not elaborate on when the tool might still be used or explicitly compare to sibling tools.

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