Skip to main content
Glama
meteordefect

SumoSign MCP Server

by meteordefect

download_certificate

Download the Certificate of Completion for an envelope, including recipient details, timestamps, IPs, event timeline, and document hash, to a specified local file path.

Instructions

Download the Certificate of Completion (recipients, timestamps, IPs, event timeline, document hash) to a local file path.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
envelopeIdYes
outputPathYes
Behavior3/5

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

No annotations provided, so description bears full burden. It discloses the action (download to file path) and the data returned. However, it omits side effects (e.g., does it consume network, require auth, or mark as downloaded), format of output, and error conditions. Adequate but not comprehensive.

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?

Single sentence front-loading the purpose and content. No wasted words; the structure is efficient and directly informative.

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

Completeness2/5

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

Given no annotations, no output schema, and 0% schema coverage, the description is incomplete. It lacks parameter explanations, output format details, and differentiation from sibling tools. While it covers the primary purpose, it leaves significant gaps for correct invocation.

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 coverage is 0%, but description adds no explanation for either parameter. envelopeId is not described beyond its UUID format; outputPath is only vaguely hinted as 'local file path'. With zero schema descriptions, the description must clarify parameters but fails to do so.

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?

Description explicitly states the action (download), resource (Certificate of Completion), and lists specific contents (recipients, timestamps, IPs, event timeline, document hash). It clearly distinguishes from sibling tools like download_signed_pdf and get_audit_trail by specifying the exact document being downloaded.

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 on when to use this tool versus alternatives like get_audit_trail or download_signed_pdf. The description does not mention prerequisites, scenarios, or exclusions, leaving the agent to infer usage context from the name alone.

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/meteordefect/sumosign-mcp'

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