Skip to main content
Glama

zapsign_documents_list

Read-onlyIdempotent

Documentos de assinatura no ZapSign (leitura). Ações: list (filtros: page, status pending|signed|refused, folder_path, deleted, signer_email, created_from/created_to YYYY-MM-DD, sort_order asc|desc, include_signers); get (doc_token — detalhe + signatários + extra_docs + URLs de arquivo, que expiram em 60min); signer_log (doc_token — trilha de auditoria; download_pdf=true retorna o PDF do log).

[Flattened action: list]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
statusNo
accountNo
deletedNo
doc_tokenNo
created_toNo
sort_orderNo
folder_pathNo
created_fromNo
download_pdfNo
signer_emailNo
include_signersNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A3.7/5.0
Behavior4/5

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

The description adds useful context beyond the readOnlyHint/idempotentHint/destructiveHint annotations: it lists allowed status values, date format requirements (YYYY-MM-DD), sort directions, and the 60-minute expiration behavior for file URLs in the 'get' action. It does not describe pagination behavior or return conventions for a full list, but the provided additions are meaningful and consistent with the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The text is dense and mostly compact, but it mixes three actions into a single tool that is explicitly meant to be the 'list' action. The '[Flattened action: list]' tag appears almost as an afterthought, and the list of filters is a single string rather than a clean structured description. This is not minimal enough for a focused tool description.

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?

For a 12-parameter list operation with no output schema, the description is incomplete. It does not explain pagination defaults, what fields are returned, whether 'deleted' means include or only deleted, or how 'account' affects the search. Some context is provided via annotations and sibling tool names, but the description itself leaves important gaps for this broad tool.

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?

With 0% schema description coverage, the description is responsible for explaining parameters. It covers several: page, status, folder_path, deleted, signer_email, created_from/created_to, sort_order, and include_signers. However, it leaves some parameters unexplained in context (account, doc_token, download_pdf), and these parameters seem borrowed from the get/signer_log actions rather than clearly for list. That ambiguity prevents a higher score.

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 identifies 'Documents in ZapSign (read-only)' and names 'list' as the primary action, with parameters for filtering. However, it also documents 'get' and 'signer_log' actions before the '[Flattened action: list]' note, which creates some ambiguity about the actual scope of this tool. It is still stronger than a vague or tautological description, so it earns a 4.

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 a clear context: use the list action with filters to search/enumerate documents, while 'get' is for document details and file URLs, and 'signer_log' is for audit trails. This gives an agent separating guidance without an explicit 'when not to use' statement. The read-only annotation and mention of 'Leitura' also support the safe usage context.

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

C2.7/5.0
Disambiguation4/5

Each tool has a distinct name and purpose, with clear separation between read and write actions. However, the high number of similarly-prefixed tools (e.g., zapsign_documents_write_*) and the overlap between create and create_from_template could occasionally cause misselection.

Naming Consistency3/5

Domain tools follow a consistent zapsign_<resource>_<action> pattern, with writes marked by _write_. However, platform-level tools (authenticate, connect, marketplace) break the pattern, and zapsign_list_accounts deviates from the resource-prefix convention.

Tool Count2/5

35 tools is excessive, especially since many are flattened actions from a smaller set of underlying operations. The inclusion of non-domain platform tools further inflates the count, making the tool list feel heavy and harder to navigate.

Completeness4/5

The core ZapSign domain is well covered: documents, signers, templates, webhooks, checks, and account management all have CRUD-like operations. Minor gaps exist, such as no listing endpoint for checks and no webhook list (due to API limitations), but these are not fatal for typical workflows.