Skip to main content
Glama

deals_list_participants

List all people participating in a deal, showing details and deal_participant_id. Supports pagination for large participant lists.

Instructions

List all participants of a deal.

Returns all persons participating in this deal.

Workflow tips:

  • Shows person details for each participant

  • Includes deal_participant_id needed for removal

  • Paginated for deals with many participants

  • Cached for 5 minutes

Common use cases:

  • View all participants: { "id": 123 }

  • Paginated list: { "id": 123, "start": 0, "limit": 50 }

  • Before removing: list to get deal_participant_id

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesID of the deal
startNoPagination start
limitNoNumber of items to return
Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses that results are cached for 5 minutes, paginated, and include deal_participant_id. This is good for a read-only tool, though rate limits and authorization are not mentioned.

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 concise and well-structured: a clear opening sentence, followed by bullet-point workflow tips and common use cases. No unnecessary information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's simplicity (3 parameters, no output schema), the description covers key aspects: what it returns, pagination, caching, and practical examples. It is complete enough for an agent to use correctly.

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?

The input schema has 100% coverage, so the baseline is 3. The description adds value beyond the schema by providing concrete examples of using start and limit for pagination, and clarifying that id is the deal ID.

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 participants of a deal' with a specific verb and resource. It distinguishes from sibling tools like deals_add_participant and deals_remove_participant by mentioning that it returns deal_participant_id needed for removal.

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 provides explicit examples for common use cases (view all, paginated, before removing) which imply when to use. However, it does not explicitly state when not to use or compare to alternative list tools like deals_list_persons.

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/iamsamuelfraga/mcp-pipedrive'

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