Skip to main content
Glama

Get an envelope

get_envelope
Read-only

Fetch one multi-signer envelope with every recipient in signing order — each with a live sign_url, status, recipient_order, expires_at and last_reminded_at — plus the envelope's own status and routing. This is the tool for 'who still has not signed?' after a create_envelope send; get_signature_request answers that for a single standalone request and returns no recipient list. Under sequential routing, recipients whose turn has not arrived show status 'waiting'. Read-only and spends no quota. Requires a Kamy API key with the signatures:read scope; without a key, returns dashboard setup instructions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
envelopeIdYesEnvelope ID returned by create_envelope.

TDQS

A4.7/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds valuable context beyond annotations: it confirms read-only behavior explicitly, notes it spends no quota, describes sequential routing behavior ('recipients whose turn has not arrived show status waiting'), and specifies required API scope ('signatures:read') plus the authentication failure behavior ('without a key, returns dashboard setup instructions'). The only minor gap is not documenting potential error responses for invalid envelope IDs.

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 a single, well-structured paragraph that front-loads the core purpose and return data. Every sentence adds distinct value: what the tool does, what it returns, when to use it (and when not to), behavioral details (sequential routing, waiting status), read-only guarantee, and authentication requirements. No wasted words.

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 only one required parameter with full schema coverage, no output schema, and no nested objects, the description is remarkably complete. It covers purpose, return fields, usage context, behavioral nuances, auth scope, and edge cases (no key behavior). There is no obvious gap that would hinder an agent from correctly using this tool.

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% with one parameter (envelopeId) already well-described in the schema. The description reinforces this by mentioning that the ID comes from create_envelope. While the description doesn't add new parameter details, the schema is already complete, so the baseline of 3 applies, and the mention of the source (create_envelope) provides useful cross-tool context, justifying a 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 starts with a clear verb ('Fetch') and a specific resource ('one multi-signer envelope'), then lists exactly what data is returned (recipients with sign_url, status, etc.) and the envelope's own status. It explicitly distinguishes itself from the sibling tool 'get_signature_request' by noting that tool returns no recipient list.

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 tells the agent exactly when to use this tool ('who still has not signed? after a create_envelope send'), and when to use an alternative ('get_signature_request answers that for a single standalone request and returns no recipient list'). This is exemplary contextual guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.2/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose with detailed descriptions that differentiate similar tools (e.g., render_pdf vs render_async vs render_batch, create_signature_request vs create_envelope). No two tools overlap in a way that would cause confusion.

Naming Consistency5/5

All tool names follow a consistent lower_snake_case verb_noun pattern (e.g., attest_artifact, convert_document, list_renders). No mixing of conventions or ambiguous verb choices.

Tool Count4/5

47 tools is high but reflects the broad scope of the platform (document generation, signing, auditing, scheduling, webhooks, verification). Some informational tools could be merged, but the count is still reasonable for the domain.

Completeness3/5

The tool set covers the core document lifecycle well but has notable gaps: no tool to delete renders, no tool to void/cancel signature requests, and no CRUD for templates (only list and schema). The inability to pause schedules via MCP is also a gap.

Resources