Skip to main content
Glama
Workforce-Cloud-Tech

Recruit CRM MCP Server

Create Meeting

create_meeting
Destructive

Create a meeting in Recruit CRM with required title, schedule, owner, and reminder. Choose whether to send calendar invites to attendees.

Instructions

Creates one Recruit CRM meeting. Requires title, reminder, start_date, end_date, owner_id, and created_by. Resolve meeting type IDs with list_meeting_types and user IDs with list_users. Calendar invites are not sent by default; set do_not_send_calendar_invites to false to send external calendar invites to attendees. Returns a compact meeting summary.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesMeeting title.
addressNoMeeting address or video call link.
end_dateYesMeeting end date/time, preferably ISO 8601 (e.g. 2026-05-08T11:00:00.000000Z).
owner_idYesRecruit CRM user id assigned to own the meeting.
reminderYesReminder ID: -1 No Reminder, 0 0 Min Before, 15 15 Min Before, 30 30 Min Before, 60 1 Hour Before, 120 2 Hours Before, 1440 1 Day Before.
created_byYesRecruit CRM user id creating the meeting. Often the same as owner_id.
related_toNoAssociated entity slug. Must be used with related_to_type.
start_dateYesMeeting start date/time, preferably ISO 8601 (e.g. 2026-05-08T10:00:00.000000Z).
updated_byNoRecruit CRM user id updating the meeting.
descriptionNoMeeting description.
attendee_usersNoUser IDs attending the meeting. Max 25. Sent as a comma-separated API field.
associated_jobsNoAdditional associated job slugs. Max 25. Sent as a comma-separated API field.
meeting_type_idNoRecruit CRM meeting type id.
related_to_typeNoAssociated entity type. Must be used with related_to.
associated_dealsNoAdditional associated deal slugs. Max 25. Sent as a comma-separated API field.
attendee_contactsNoContact slugs attending the meeting. Max 25. Sent as a comma-separated API field.
associated_contactsNoAdditional associated contact slugs. Max 25. Sent as a comma-separated API field.
attendee_candidatesNoCandidate slugs attending the meeting. Max 25. Sent as a comma-separated API field.
associated_companiesNoAdditional associated company slugs. Max 25. Sent as a comma-separated API field.
associated_candidatesNoAdditional associated candidate slugs. Max 25. Sent as a comma-separated API field.
collaborator_team_idsNoCollaborator team IDs. Max 25. Sent as a comma-separated API field.
collaborator_user_idsNoCollaborator user IDs. Max 25. Sent as a comma-separated API field.
enable_auto_populate_teamsNoWhen true (default), Recruit CRM auto-populates teams for the owner_id user/account owner unless collaborator_team_ids is provided.
do_not_send_calendar_invitesNoWhen true (default), calendar invites are not sent to attendees. Set to false to send external calendar invites.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
ownerYes
titleYes
addressYes
end_dateYes
reminderYes
created_byYes
created_onYes
meeting_idYes
related_toYes
start_dateYes
updated_byYes
updated_onYes
descriptionYes
meeting_typeYes
associated_jobsYes
related_to_typeYes
associated_dealsYes
collaborator_teamsYes
collaborator_usersYes
associated_contactsYes
related_to_view_urlYes
associated_companiesYes
associated_candidatesYes
Behavior4/5

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

Annotations already indicate a non-read-only, destructive-capable operation. The description adds valuable context: calendar invites are not sent by default, and the flag to change that behavior. It also notes the return value (compact meeting summary). This goes beyond the structured fields.

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, each earning its place: creation statement, required fields, and crucial ID resolution/calendar behavior. No fluff, clear structure.

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?

Given the 24-param schema and 6 required params, the description focuses on the essentials: required fields, ID resolution, and the calendar invite default. It doesn't mention optional params, but the schema covers them. The note about the return summary is a nice touch. Slightly more could be said about the meaning of openWorldHint or related_to constraints, but it's sufficient.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so baseline is 3. The description adds extra guidance on resolving IDs for meeting_type_id and owner_id, and clarifies the default behavior of do_not_send_calendar_invites. This pushes it above baseline without needing to enumerate all parameters.

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 opens with 'Creates one Recruit CRM meeting' – a specific verb and resource. It clearly distinguishes from sibling tools like search_meetings and update_meeting by focusing on creation. No ambiguity.

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?

Explicitly lists required parameters and directs the agent to resolve IDs via list_meeting_types and list_users. It also explains when to set do_not_send_calendar_invites to false. However, it doesn't explicitly mention update_meeting as the alternative for modifying existing meetings, so it stops short of full when-not guidance.

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/Workforce-Cloud-Tech/mcp-recruitcrm'

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