Skip to main content
Glama
adbutler

AdButler MCP Server

Official
by adbutler

list_signature_request_recipients

List all recipients for a signature request using contract ID and request ID.

Instructions

List all recipients for a signature request

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
request_idYesSignature request ID
contract_idYesContract ID
Behavior3/5

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

No annotations are provided, so the description carries the full burden. The verb 'List' implies a read-only operation, but the description does not disclose potential errors, pagination behavior, or whether special permissions are needed. It is minimally transparent but not misleading.

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 one concise, front-loaded sentence that immediately conveys the action and object. There is zero wasted text.

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 simple two-parameter list operation, the description states the purpose adequately. However, with no output schema or annotations, it lacks details about the return structure, edge cases (e.g., empty recipient list), and the relationship between contract_id and request_id. A bit more context would improve completeness.

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% description coverage for both parameters (contract_id and request_id), so the description does not need to explain them. It adds no extra meaning beyond the schema, which is acceptable given the high coverage.

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 'List all recipients for a signature request', using a specific verb ('List') and resource ('recipients') that distinguishes it from sibling tools like get_signature_request_recipient (singular) and list_signature_requests (lists requests, not recipients). The scope is unambiguous.

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?

No explicit when/when-not guidance is given. The phrase 'List all recipients' implies a batch/listing use case versus getting a single recipient, but no alternatives are named. Usage is implied rather than stated.

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

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