Skip to main content
Glama
aeoess

agent-passport-system-mcp

aps_verify_attribution_projection

Verify a single-axis AttributionProjection locally using the issuer's Ed25519 public key. Returns validity or error reason: INVALID_AXIS_TAG, MERKLE_MISMATCH, SIGNATURE_INVALID, MALFORMED.

Instructions

Verify a single-axis AttributionProjection under the issuer's Ed25519 public key. Returns {valid: true} or {valid: false, reason: 'INVALID_AXIS_TAG'|'MERKLE_MISMATCH'|'SIGNATURE_INVALID'|'MALFORMED'}. Verification is purely local — no other axes required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectionNoAn AttributionProjection (from aps_project_attribution)
issuer_public_keyYesIssuer Ed25519 public key hex
Behavior4/5

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

With no annotations, the description discloses that verification is purely local (no side effects), and specifies the return format with exact error reasons (e.g., 'INVALID_AXIS_TAG', 'MERKLE_MISMATCH'). This is transparent enough for a read-only verification operation.

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 two sentences: the first states purpose and return format, the second adds locality and single-axis context. No unnecessary information, perfectly concise.

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?

The description covers return values with exact error reasons and mentions locality, which is sufficient given no output schema. For a single-axis verification tool among many siblings, it provides enough context to select and use correctly.

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?

Schema coverage is 100%, and the description adds context by linking the 'projection' parameter to the specific output of 'aps_project_attribution'. This enhances understanding beyond the schema 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 clearly states the tool verifies a single-axis AttributionProjection under the issuer's Ed25519 public key, distinguishing it from sibling verification tools by emphasizing 'single-axis' and 'purely local' behavior.

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 that verification is local and no other axes are required, providing context for when to use it. While it doesn't explicitly name alternatives, it gives sufficient guidance for a single-axis projection verification scenario.

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-system-mcp'

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