Skip to main content
Glama
Workforce-Cloud-Tech

Recruit CRM MCP Server

Search Notes

search_notes
Read-only

Retrieve Recruit CRM notes as compact summaries for large result sets. Related entity values in responses enable opening associated records directly in Recruit CRM.

Instructions

Search Recruit CRM notes and return compact summaries designed for large result sets. Does not support owner filtering. Returns related_to and related_to_type values that can be used to open related entities in Recruit CRM app URLs like https://app.recruitcrm.io/{related_to_type}/{related_to}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number.
added_toNoNote added-on date range end.
added_fromNoNote added-on date range start.
related_toNoRelated entity slug. Must be used with related_to_type.
updated_toNoNote updated-on date range end.
updated_fromNoNote updated-on date range start.
related_to_typeNoRelated entity type. Must be used with related_to.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageYes
notesYes
has_moreYes
returned_countYes
Behavior4/5

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

Annotations already declare readOnlyHint and destructiveHint, and the description adds valuable behavior: returns compact summaries for large result sets, lacks owner filtering, and returns related_to fields that can construct app URLs. This goes beyond the structured data.

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 core action and scope. Each sentence provides distinct value—search behavior, limitation, and output usage—without 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?

For a search tool with 7 parameters and an output schema, the description covers key contextual aspects: purpose, compact output, a limitation, and a use case for the related fields. It does not discuss filtering details, but those are implied by the schema.

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 baseline is 3. The description adds meaning by explaining that related_to and related_to_type values can be used to build Recruit CRM app URLs, providing extra context beyond the schema's basic field descriptions.

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 tool searches Recruit CRM notes, which distinguishes it from siblings like search_candidates or search_tasks. It also mentions compact summaries and no owner filtering, further specifying its scope.

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 indicates it is meant for searching notes, especially large result sets, and explicitly notes it does not support owner filtering. However, it does not name alternative tools or provide explicit when/when-not guidance compared to sibling search tools.

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