Skip to main content
Glama
aeoess

agent-passport-system-mcp

by aeoess

classify_evidence_quality

Evaluate attestation evidence and assign a quality grade (0-3) based on issuer signatures, principal binding, and infrastructure keys.

Instructions

Classify attestation evidence quality (none / issuer_vouched / infrastructure / principal_bound) and return the corresponding grade (0-3).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
methodNoAttestation method (e.g. 'spiffe')
evidenceNoEvidence object (checked for known infrastructure keys)
has_issuer_signatureNo
has_principal_bindingNo
Behavior2/5

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

With no annotations, the description must disclose side effects and behavior. It only states the classification output; it does not mention whether the operation is read-only, how missing booleans affect grading, or what 'infrastructure' checks are performed, leaving significant behavioral ambiguity.

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?

A single sentence with no filler; it succinctly conveys the action, classification labels, and output range.

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

Completeness3/5

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

The description includes the return grade and category labels, but lacks usage context, parameter semantics, and behavioral caveats. While the tool is moderately complex (nested evidence object, four parameters, no output schema), the description provides only a minimal functional definition.

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

Parameters2/5

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

The description does not explain how method, evidence, has_issuer_signature, and has_principal_binding map to the quality categories or grade. Schema coverage is only 50%, so the description should compensate but does not clarify the boolean parameters' roles.

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 specifies the verb 'classify' and the resource 'attestation evidence quality', enumerates four quality categories, and states the output grade (0-3). This makes the tool's purpose explicit and distinct from sibling tools like review_evidence or get_passport_grade.

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

Usage Guidelines2/5

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

No guidance is provided about when to use this tool over alternatives such as review_evidence or get_passport_grade, nor are any exclusions or prerequisites mentioned. The intended use is only implied by the tool's clear purpose.

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