Skip to main content
Glama
optimize-overseas

LACRM MCP Server

Get Events For Contact

get_events_attached_to_contact

Retrieve all calendar events tied to a contact, with full event details in each result. Option to get only total counts and breakdowns for quick analysis.

Instructions

Retrieve all calendar events for a specific contact. RETURNS FULL DATA: Each result includes all event fields - no need to call get_event afterward. Use count_only=true for accurate counts without returning the full result set.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number for pagination
contact_idYesThe ContactId to get events for
count_onlyNoWhen true, auto-paginates and returns only total count and breakdowns (no results array).
max_resultsNoMax results (default 500)
Behavior4/5

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

Given no annotations, the description discloses important behavioral traits: it returns full event data, eliminating the need for a follow-up get_event call, and recommends count_only for counts. It does not cover error handling or rate limits, but it adds meaningful operational context.

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?

Three sentences with no fluff: first states purpose, second highlights full data, third gives a usage tip. Front-loaded and easy to scan.

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 covers main functionality and highlights the full-data return and count_only option. Without an output schema, it does not enumerate event fields, leaving some ambiguity about the exact return structure, but it is sufficient for the tool's simplicity.

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 descriptions cover all parameters (100%), so the description adds little beyond the schema. It reinforces count_only usage but does not introduce new parameter semantics or clarify edge cases.

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 'Retrieve all calendar events for a specific contact' – a specific verb and resource that distinguishes it from siblings like get_event and search_events.

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?

It provides clear context: use when you need all events for a contact and want full data. It also advises using count_only for accurate counts. However, it does not explicitly mention alternatives or when not to use this tool.

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