Skip to main content
Glama
meteordefect

SumoSign MCP Server

by meteordefect

create_envelope_from_template

Create a signing envelope from a template by providing recipients; fields are inherited automatically. Idempotency key ensures safe retries.

Instructions

Create a draft envelope from a template. Provide recipients only — fields are inherited from the template. Sends Idempotency-Key automatically for safe retries.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
messageNo
recipientsYes
templateIdYes
routingModeNoparallel
expiresInDaysNo
idempotencyKeyNoClient idempotency key; reuse on retry. Auto-generated if omitted.
Behavior3/5

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

With no annotations, the description adds some behavioral context such as idempotent retries and draft creation. However, it does not disclose authorization requirements, error handling, or side effects beyond the file.

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 long, with the purpose front-loaded and no unnecessary words. Every sentence adds value.

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 7 parameters, no output schema, and no annotations, the description is insufficient. It omits explanations for most parameters, return value, and error conditions, making it incomplete for safe autonomous use.

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?

Schema description coverage is only 14%, and the description adds minimal parameter info beyond mentioning recipients and idempotency. It does not explain templateId, name, routingMode, expiresInDays, or their constraints, leaving the agent underinformed.

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 it creates a draft envelope from a template, specifying that recipients are provided and fields are inherited. This distinguishes it from sibling tools like create_envelope and send_envelope.

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 implies usage when a template is available and only recipients need to be provided. It does not explicitly state when not to use or mention alternatives, but the context of sibling tools provides enough differentiation.

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