Skip to main content
Glama

List related contacts on a matter

clio_list_matter_contacts
Read-onlyIdempotent

Retrieve related contacts for a specified matter, including the client and any associated parties.

Instructions

Returns related contacts for the given matter (the client plus any related parties).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
matter_idYes
limitNoMax records to return across all pages. Capped by CLIO_MAX_PAGE_SIZE.
page_sizeNoRecords per Clio API page (default from CLIO_DEFAULT_PAGE_SIZE).
Behavior3/5

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

Annotations already declare readOnlyHint and idempotentHint, so the safety profile is covered. The description adds that it returns the client and related parties, but does not mention pagination behavior or default limits.

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?

A single, front-loaded sentence with no extraneous words. Every word adds value.

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?

For a simple list tool with 3 parameters and no output schema, the description is fairly complete, stating what is returned. It could mention pagination or lack of filtering, but overall adequate.

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 has 67% description coverage (limit and page_size described). The description provides no additional parameter semantics, leaving matter_id undocumented. With coverage below 80%, description should compensate but does not.

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 returns related contacts for a given matter, specifying it includes the client and related parties. This distinguishes it from sibling tools like clio_search_contacts or clio_list_users.

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?

The description implicitly suggests using this tool when needing contacts associated with a specific matter, but it does not explicitly state when not to use it or compare it with alternatives like clio_search_contacts.

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/patrickking67/clio-manage-mcp'

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