Skip to main content
Glama
ebragas

Recruit CRM MCP

by ebragas

upload_file

Upload a file from a publicly reachable URL and attach it to a specific CRM entity such as a candidate, company, or job.

Instructions

Upload a file to Recruit CRM via POST /v1/files (multipart).

file_url must be a publicly reachable URL — the Recruit CRM backend fetches the bytes itself. folder is the destination folder name (a sensible default is Uploads). related_to anchors the file to a specific CRM entity.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_urlYes
related_toYesReference to a CRM entity for `related_to`-style linkage.
folderNoUploads

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindYes
idYes
titleNo
urlNo
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses that the upload uses POST /v1/files (multipart) and that the backend fetches the file bytes from a public URL. However, it does not mention whether the operation is idempotent, any authentication requirements, or potential side effects like overwriting existing files.

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 two sentences with no unnecessary words. Each sentence adds value: the first states the operation and endpoint, the second explains key parameters. It is well-structured and front-loaded.

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 complexity (3 params, one nested object, output schema exists), the description covers the operation mechanics, parameter constraints, and linkage to CRM entities. It lacks mention of success/error responses, but the output schema likely handles that. Overall, it is fairly complete, though a note on idempotency would improve it.

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 low (33%), so the description must compensate. It adds crucial meaning: file_url must be publicly reachable, folder is the destination with a default of 'Uploads', and related_to anchors to a CRM entity. This goes beyond the plain schema types and provides operational context.

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 operation ('Upload a file') and the target system ('Recruit CRM'), distinguishing it from sibling tools which focus on CRM entities like candidates, companies, and jobs. The verb and resource are explicit.

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 explains that file_url must be publicly reachable and that related_to anchors to a CRM entity, but it does not explicitly state when to use this tool versus alternatives. Usage is implied by the tool's purpose, but no exclusions or explicit when-to-use guidance is provided.

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