Skip to main content
Glama

Get signature request

dropbox_sign_get_signature_request
Read-only

Get the status and details of a single signature request by id. API: GET /signature_request/{signature_request_id}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
signature_request_idYesThe id of the signature request to retrieve.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.1/5.0
Behavior3/5

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

Annotations already provide readOnlyHint=true, indicating a safe read operation. The description adds the API path but no further behavioral traits (e.g., authentication requirements, rate limits). Given the annotation coverage, the description does not significantly enhance transparency beyond what is already provided.

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 at two sentences, front-loading the core purpose and providing the API method. Every word is necessary and no fluff is present.

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?

For a simple, single-parameter, read-only tool with annotations and full schema coverage, the description is complete. It does not require explanation of return values since no output schema is present, and the purpose is fully defined.

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?

The input schema has 100% coverage, describing the single parameter. The description only mentions 'by id' without adding new semantic details. Since schema coverage is high, the baseline of 3 is appropriate.

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 the tool's action ('Get the status and details'), resource ('a single signature request'), and requirement ('by id'). It also includes the API endpoint, which reinforces the purpose. This distinguishes it from sibling tools like list or cancel.

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 the tool should be used when you have a specific signature request ID and need its status or details. While it doesn't explicitly mention when not to use it or list alternatives, the context is clear enough for an AI agent to differentiate from sibling tools.

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.