Skip to main content
Glama
soil-dev

capsulemcp

by soil-dev

list_additional_parties

Read-only

Lists secondary parties linked to an opportunity or project, such as partners, consultants, or referrers. Specify the entity type and optional ID to retrieve associated party links with pagination and embedded fields.

Instructions

List secondary party links on an opportunity or project. The 'main' party is on the entity itself (opportunity.party); additional parties are e.g. partners, consultants, or referrers also involved in the deal. Set entity to 'opportunities' or 'projects'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
embedNoComma-separated embeds. Valid tokens: tags, fields, organisation, missingImportantFields.
entityYesWhich entity has the additional-party links.
perPageNo
entityIdNoID of the opportunity or project.
Install Server

TDQS

A4.2/5.0
Behavior4/5

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

The annotations already declare readOnlyHint=true and destructiveHint=false, which is consistent with the 'List' action. The description adds context about main vs. additional parties, but it doesn't describe the response format or pagination behavior. However, given the read-only nature, the transparency is sufficient, and the description adds value beyond 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.

Conciseness5/5

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

The description is concise, consisting of two sentences that immediately convey the purpose and key parameter. It avoids unnecessary detail and stays focused on the essential 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?

The description provides sufficient context for a list operation: it identifies the resource, the parent entities, and gives examples of additional party types. It does not mention response structure, but that is not strictly required for a read-only list. The missing parameter descriptions are a minor gap, but overall the description covers the necessary context.

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?

Only the 'entity' parameter is described in the schema, and the description reiterates its allowed values. The parameters 'page', 'embed', 'perPage', and 'entityId' lack descriptions, though their names suggest common semantics (pagination, embedding, filtering). The description does not clarify 'entityId' or the meaning of 'embed' tokens, leaving gaps for an agent.

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 action ('List'), the resource ('secondary party links'), and the target entities ('opportunity or project'). It also specifies the required parameter 'entity' and its allowed values. This makes the tool's purpose unambiguous and distinguishable from related tools like list_opportunities or list_projects.

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 explains that the tool lists additional parties, contrasting them with the main party on the entity itself. It also instructs the user to set the 'entity' parameter to 'opportunities' or 'projects'. While it doesn't explicitly name alternative tools, the context and examples make the appropriate usage clear. The lack of explicit 'when not to use' is a minor gap.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/soil-dev/capsulemcp'

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