Skip to main content
Glama
Workforce-Cloud-Tech

Recruit CRM MCP Server

Mark Contact Off-Limit

mark_contact_off_limit
Destructive

Mark up to 25 contacts as off-limit by providing their slugs, a status ID, and an end date. Optionally add a reason and receive the updated slug list.

Instructions

Marks up to 25 Recruit CRM contacts as off-limit. Requires contact_slugs, status_id, and end_date in DD-MM-YYYY format; reason is optional. Returns the updated slug list, status_id, end_date, reason, and API remark.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
reasonNoOff-limit reason.
end_dateYesOff-limit end date in DD-MM-YYYY format.
status_idYesOff-limit status ID. Resolve with list_off_limit_statuses.
contact_slugsYesContact slugs to mark off-limit. Max 25.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
reasonYes
remarkYes
end_dateYes
status_idYes
contact_slugsYes
requested_countYes
Behavior4/5

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

Annotations already indicate destructiveHint=true and readOnlyHint=false, and the description adds useful context: the batch limit (up to 25), required parameters, and the return payload (updated slug list, status_id, end_date, reason, API remark). This goes beyond the annotations without contradicting them.

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?

Two sentences, front-loaded with the action, and no filler. Every clause adds value: scope, limits, required parameters, format, optional field, and return values.

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 presence of an output schema and annotations covering destructiveness, the description provides enough context for a batch mutation tool: max items, required fields, and return format. It lacks a note on irreversibility or prerequisites like resolving status_id with list_off_limit_statuses, but that's already in the schema.

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 100%, with each parameter already documented. The description restates required parameters and the date format but adds little beyond the schema; the only extra is clarifying that reason is optional, which is already implied by not being in the required list.

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 uses a specific verb ('Marks') with a clear resource ('Recruit CRM contacts') and action ('off-limit'), and specifies a batch limit of 25. This clearly distinguishes it from sibling tools like mark_candidate_off_limit and mark_company_off_limit by explicitly targeting contacts.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description states required and optional parameters and the date format, which gives usage constraints. However, it does not explicitly mention alternatives like mark_records_available or explain when to use this tool instead of other off-limit marking tools, leaving differentiation to the resource type alone.

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