Skip to main content
Glama
optimize-overseas

LACRM MCP Server

Get Relationships For Contact

get_relationships_attached_to_contact

Retrieve all relationships linked to a specific contact, including related contacts and notes. Use contact_id to get a complete list with pagination options.

Instructions

Retrieve all relationships for a specific contact. Returns all contacts linked to this contact with their relationship notes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number for pagination
contact_idYesThe ContactId to get relationships for
max_resultsNoMax results (default 500)
Behavior3/5

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

No annotations are provided, so the description carries the burden. It discloses that the tool returns all contacts linked to the contact with their relationship notes, clarifying the return shape. However, it does not address pagination behavior, potential authentication requirements, or edge cases, leaving some behavioral aspects unspecified.

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?

Two sentences, concise and front-loaded with the action. No redundant information beyond the necessary clarification of the return 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?

The tool has no output schema, so the description compensates by explaining the return value. It clearly states what the tool returns. Given the simplicity of the tool and the schema coverage, the description is nearly complete, though it omits pagination context which is already in the schema.

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?

Schema covers all three parameters with clear descriptions (contact_id, page, max_results). The tool description adds no additional parameter semantics beyond what the schema already provides. With 100% schema coverage, baseline 3 is appropriate.

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 uses the specific verb 'Retrieve' and identifies the resource 'relationships for a specific contact', clarifying it returns linked contacts with relationship notes. This clearly differentiates it from sibling tools like get_relationship (singular) and create/delete relationship tools.

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 clear context: use when you need all relationships for a specific contact. It does not explicitly name alternatives or exclusions, but the contact-scoped wording implies the use case. Not a 5 because it lacks explicit when-not-to-use or alternative naming.

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/optimize-overseas/lacrm-mcp'

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