Skip to main content
Glama

list_submitters

Retrieve and filter submitters from DocuSeal submissions using submission ID or pagination parameters to manage document signing participants.

Instructions

List submitters. Optionally filter by submission_id. Supports pagination via limit/after/before.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
submission_idNoFilter submitters by submission ID.
limitNo
afterNo
beforeNo
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It adds value by mentioning pagination support and optional filtering, which are useful behavioral traits. However, it lacks details on permissions, rate limits, error handling, or what the output looks like (e.g., format, fields). For a list tool with no annotations, this is adequate but has clear gaps.

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 extremely concise with two sentences that front-load the core purpose and key features. Every word earns its place: 'List submitters' states the action, 'Optionally filter by submission_id' adds a key usage note, and 'Supports pagination via limit/after/before' explains behavioral traits. No wasted words or redundancy.

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?

Given the tool's moderate complexity (4 parameters, no output schema, no annotations), the description is minimally complete. It covers the basic purpose, filtering, and pagination but lacks details on output format, error cases, or integration with sibling tools. Without annotations or output schema, more context would be helpful for an agent to use it effectively.

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 description coverage is low at 25%, with only 'submission_id' having a description. The description compensates by explaining that 'submission_id' is for filtering and that 'limit/after/before' are for pagination, adding meaningful context beyond the schema. It doesn't detail parameter interactions or defaults, but it effectively clarifies the purpose of all parameters.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'List' and the resource 'submitters', making the purpose immediately understandable. It distinguishes this tool from sibling tools like 'get_submitter' (singular retrieval) and 'list_submissions' (different resource). However, it doesn't specify what a 'submitter' is or the scope of the listing, leaving some ambiguity.

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

Usage Guidelines3/5

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

The description implies usage through 'Optionally filter by submission_id', suggesting this tool is for listing submitters with optional filtering. It doesn't explicitly state when to use this versus 'get_submitter' (singular retrieval) or provide clear alternatives for different scenarios. The guidance is present but minimal and not comprehensive.

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/caffeinebounce/docuseal-mcp-server'

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