Skip to main content
Glama
soil-dev

capsulemcp

list_party_entries

Retrieve timeline entries for a party, including notes, captured emails, and completed tasks, to review conversation history with a contact or organization.

Instructions

List timeline entries (notes, captured emails, completed-task records) for a party. Use this to read the conversation history with a contact or organisation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
partyIdYes
pageNo
perPageNo
embedNoComma-separated embeds, e.g. 'attachments,participants'
Behavior3/5

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

No annotations provided, so description carries full burden. It states the tool lists entries but does not disclose pagination behavior, sorting, or that only certain entry types are returned. The description is adequate but lacks deeper behavioral details.

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 two sentences, front-loaded with the action and resource, then provides a usage context. Every sentence adds value without redundancy.

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 no output schema and simple pagination parameters, the description is largely complete. It explains what is listed and why. A mention of pagination defaults would improve completeness, but the current level is sufficient for basic use.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 25% (only embed has description). The description does not explain any parameter semantics beyond the tool's purpose. It fails to compensate for the low coverage, leaving agents without guidance on required partyId or pagination parameters.

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 verb 'List' and the resource 'timeline entries' with examples (notes, captured emails, completed-task records). It also specifies the context: 'for a party' and 'read the conversation history', effectively distinguishing this tool from siblings like list_entries or get_entry.

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 a clear use case: 'Use this to read the conversation history with a contact or organisation.' It does not explicitly state when not to use it, but the context implies alternatives (e.g., get_entry for single entry) and the purpose is well-scoped.

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

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