Skip to main content
Glama
maminihds

attester-mcp

by maminihds

Symbol Signature (free, keyless)

attester_symbol_signature
Read-onlyIdempotent

Returns the exact signature, parameters, docstring summary, and deprecation status for a symbol in a PyPI or npm package, optionally at a pinned version, so you can verify API usage before writing code.

Instructions

WHAT: returns the exact signature, structured params, docstring summary, and deprecation status for one symbol, resolved at a pinned version when given. WHEN: before writing a call against an API you have not used at this version. WHEN NOT: PyPI type annotations are unavailable (the index stores names, not annotations); npm types come from .d.ts as written. COST: free (25 calls/day per client IP shared across the four attester_* demo tools, reset 00:00 UTC; over quota the response points at the paid route). Paid route /v1/symbol/signature is $0.01 per call. OUTPUT: {exists, symbol, kind, signature, params, docstring_first_line, docstring_summary, deprecated, deprecated_since, version_resolved, proof, attestation, attestation_hash, attestation_signature, served_in_ms}. Note: 'signature' is the function signature; the EIP-191 envelope signature ships as attestation_signature.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolYesSymbol to resolve (e.g. "get", "Session.request").
packageYesPackage name (e.g. "requests").
versionNoOptional version pin (latest indexed version when omitted).
ecosystemYes"pypi" or "npm".

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint, but the description adds valuable context: free shared quota (25 calls/day per client IP, reset 00:00 UTC), over-quota behavior pointing to paid route, and clarification of 'signature' vs 'attestation_signature'. No contradictions with annotations.

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 well-structured with labeled sections (WHAT, WHEN, WHEN NOT, COST, OUTPUT, Note) and front-loaded with the purpose. Every sentence adds relevant information, and the output field list is clearly separated.

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?

Despite having an output schema, the description explains key output fields and the critical distinction between 'signature' and 'attestation_signature'. It also includes cost, quota, and sibling-tool distinctions, making it complete for selection and invocation.

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

Parameters3/5

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

Schema description coverage is 100%, so each parameter is documented in the schema itself. The description adds slight context (e.g., 'resolved at a pinned version') but not enough to push beyond the baseline for full schemas.

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 returns 'the exact signature, structured params, docstring summary, and deprecation status for one symbol' with version resolution, which is specific and distinguishes it from sibling tools like attester_symbol_exists or attester_version_diff.

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

Usage Guidelines5/5

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

The description gives explicit WHEN guidance ('before writing a call against an API you have not used at this version') and WHEN NOT ('PyPI type annotations are unavailable'), as well as cost/alternative routing. This fully addresses when to use this tool versus others.

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/maminihds/attester-mcp'

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