Skip to main content
Glama
Frihet-io

Frihet MCP Server

Log Client Activity

log_client_activity

Record a CRM activity such as a call, email, meeting, or task for a client. Track interactions with client ID, type, title, and optional date.

Instructions

Log a CRM activity against a client. Use to track calls, emails, meetings, or tasks. Example: clientId='abc123', type='call', title='Discussed Q2 proposal', description='Client interested in upgrade' / Registra una actividad CRM para un cliente. Usa para rastrear llamadas, emails, reuniones o tareas.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
clientIdYesClient ID / ID del cliente
typeYesActivity type / Tipo de actividad
titleYesActivity title / Titulo de la actividad
descriptionNoDetailed description / Descripcion detallada
dateNoActivity date (ISO 8601, defaults to now) / Fecha de la actividad

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
typeYes
titleYes
descriptionNo
dateNo
createdAtNo
updatedAtNo
Behavior3/5

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

Annotations already indicate the tool is not read-only (readOnlyHint=false) and not destructive (destructiveHint=false). The description adds that it creates a log entry, which is consistent. No additional behavioral traits (e.g., permissions, side effects) are disclosed beyond what annotations provide.

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 concise sentences (plus bilingual translation) front-loaded with the core action: 'Log a CRM activity against a client.' The example adds value without redundancy. No wasted words.

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 the tool's purpose and parameter usage well. Since an output schema exists, return values are not required in the description. However, it could hint at the response (e.g., created activity ID) for slightly better completeness.

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?

The input schema has 100% description coverage for all 5 parameters. The description provides an example usage but does not add new semantic meaning beyond what the schema already states. 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 clearly states the verb 'Log', the resource 'CRM activity against a client', and provides examples of activity types (calls, emails, etc.). It distinguishes from sibling tools like 'create_client_note' by specifying 'activity' vs 'note'.

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 advises to 'Use to track calls, emails, meetings, or tasks' and provides a concrete example. However, it does not explicitly state when not to use this tool or compare it to alternatives like 'list_client_activities'.

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/Frihet-io/frihet-mcp'

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