Skip to main content
Glama
ebragas

Recruit CRM MCP

by ebragas

create_task

Create tasks with a title, start date, and optional reminder. Link to candidates, jobs, deals, or other CRM entities using Markdown descriptions.

Instructions

Create a task via POST /v1/tasks.

start_date uses ISO 8601 (e.g. 2025-04-29T18:30:00Z). related_to is optional but recommended for easy discovery. reminder accepts: -1 (no reminder), 0, 15, 30, 60, 1440 (minutes before); defaults to 1440 (1 day before). description accepts Markdown — converted to HTML before POST so the Recruit CRM UI renders bullets/bold/links correctly.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYes
start_dateYes
descriptionNo
reminderNo
task_type_idNo
owner_idNo
related_toNo
associatedNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindYes
idYes
titleNo
urlNo
Behavior2/5

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

No annotations are present, and the description does not disclose behavioral traits such as idempotency, side effects, permissions, or rate limits. It focuses on parameter formats rather than tool behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is moderately concise and well-structured with bullet-like formatting. It front-loads the endpoint and then lists key parameter details. A few sentences could be tightened, but overall efficient.

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 the tool's complexity (8 parameters, 2 required) and no annotations, the description covers parameter semantics but lacks context on usage scenarios, error handling, or return values. The presence of an output schema reduces the need for return value explanation.

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?

With 0% schema description coverage, the description adds meaningful information for 4 out of 8 parameters: start_date format, related_to recommendation, reminder values, and description Markdown conversion. However, it leaves title, task_type_id, owner_id, and associated unexplained.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Create a task') and the endpoint ('via POST /v1/tasks'). It specifies the verb and resource, but does not differentiate from sibling tools like create_note or log_meeting.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives. There is no discussion of prerequisites, context, or when not to use it.

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