Skip to main content
Glama
ebragas

Recruit CRM MCP

by ebragas

update_meeting

Modify meeting attributes—title, dates, description, attendees, and associations—by submitting only the changed fields.

Instructions

Update a meeting via partial POST to /v1/meetings/{id}.

Only non-None fields are forwarded; omitted fields are preserved server-side. Attendee and association lists are joined into comma-separated strings to match the create-endpoint shape. description accepts Markdown.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
meeting_idYes
titleNo
start_dateNo
end_dateNo
descriptionNo
addressNo
meeting_type_idNo
reminderNo
owner_idNo
related_toNo
attendee_contactsNo
attendee_candidatesNo
attendee_usersNo
associatedNo
do_not_send_calendar_invitesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindYes
idYes
titleNo
urlNo
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses partial update behavior, list joining, and Markdown support for description. It does not mention authentication or error handling, but key behavioral traits are covered.

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 concise, with two sentences and one note. It front-loads the HTTP method and endpoint, and every sentence adds value without redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 15 parameters and nested objects, the description covers key behavior but lacks explanations for many parameters. The presence of an output schema reduces the need to describe return values, but more parameter context would improve 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?

Schema description coverage is 0%, so the description must add meaning. It explains how attendee lists are handled and that description accepts Markdown, but does not explain many other parameters like start_date or meeting_type_id.

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 updates a meeting via a partial POST to a specific endpoint. It distinguishes itself from sibling tools like 'log_meeting' (create) and 'get_meeting' (read).

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 explains that only non-None fields are forwarded and omitted fields are preserved, giving clear usage context. However, it does not explicitly state when to use this versus other tools, though the update purpose is implied.

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/ebragas/recruitcrm-mcp'

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