Skip to main content
Glama
Workforce-Cloud-Tech

Recruit CRM MCP Server

Update Note

update_note
Destructive

Modify any field of an existing Recruit CRM note using its unique ID. Provide the note ID and updating user, then update content, type, related entities, or collaborators.

Instructions

Updates one existing Recruit CRM note by note_id. Requires note_id, updated_by, and at least one field to update. Resolve note type IDs with list_note_types and user IDs with list_users. Description supports basic HTML/rich text. Returns a compact note summary.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
note_idYesRecruit CRM note id to update.
related_toNoAssociated entity slug.
updated_byYesRecruit CRM user id updating the note.
descriptionNoNote description. Supports basic HTML/rich text and is sent to Recruit CRM as-is.
note_type_idNoRecruit CRM note type id.
associated_jobsNoAdditional associated job slugs. Max 25. Sent as a comma-separated API field.
related_to_typeNoAssociated entity type.
associated_dealsNoAdditional associated deal slugs. Max 25. Sent as a comma-separated API field.
associated_contactsNoAdditional associated contact slugs. 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, Recruit CRM auto-populates teams for the created_by user/account owner unless collaborator_team_ids is provided.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
note_idYes
note_typeYes
created_byYes
created_onYes
related_toYes
updated_byYes
updated_onYes
descriptionYes
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 mark destructiveHint=true, so the update nature is known. The description adds valuable context: it requires at least one field to update (implying partial update), supports HTML/rich text for the description field, and returns a compact summary. These details go beyond the annotations and help the agent understand call semantics.

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 four sentences, front-loaded with the core purpose. Every sentence adds necessary information: prerequisites, ID resolution, HTML support, and return type. There is no fluff or redundancy.

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 tool has 14 parameters and an output schema, the description covers the essentials: what it does, required parameters, the need for at least one update field, how to resolve dependent IDs, and the return shape. It does not explain every optional parameter, but the schema fully covers those. A small gap is that it doesn't explicitly state whether updates merge or replace, but 'at least one field to update' strongly implies partial update.

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 coverage is 100%, so the baseline is 3. The description adds extra meaning by advising to resolve note_type_id via list_note_types and updated_by via list_users, and by clarifying that description supports basic HTML/rich text, which is not entirely obvious from the schema description alone. This elevates it above the baseline.

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 it 'Updates one existing Recruit CRM note by note_id,' using a specific verb and resource. It distinguishes from sibling create_note by specifying 'one existing' note, and the scope is clear.

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 explicitly states the required parameters (note_id, updated_by) and the condition 'at least one field to update,' which indicates when the tool is appropriate. It also directs users to list_note_types and list_users for resolving IDs, which is practical usage guidance. However, it does not explicitly mention when not to use it or name alternative tools for creating notes.

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