Skip to main content
Glama
ebragas

Recruit CRM MCP

by ebragas

search_meetings

Search meetings by title, date range, or owner. Apply filters to return a paginated list of matching meetings.

Instructions

Search for meetings by title, date range, or owner.

Provide at least one filter for targeted results. Filters are combined with AND logic. With no filters, returns a paginated list of recent meetings. Date params use YYYY-MM-DD format. Use list_users to find valid owner_id values.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleNo
created_fromNo
created_toNo
updated_fromNo
updated_toNo
starting_fromNo
starting_toNo
owner_idNo
limitNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations provided, so description carries full burden. It discloses filter combination logic (AND), default paginated list when no filters, date format (YYYY-MM-DD), and source for owner_id. Could mention pagination details or ordering, but overall transparent.

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?

Concise at 8 lines with front-loaded purpose. Every sentence adds value: filters, date format, resource for owner_id. No redundancy or fluff.

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 9 parameters, no required, and an output schema, the description covers core usage: filters, date constraints, owner_id source, and pagination. It lacks explicit mention of limit parameter and does not detail all date fields, but is sufficient for most use cases.

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 0%, so description must compensate. It clarifies date format for all date parameters and points to list_users for owner_id. However, it does not explain title, limit, or other parameters beyond general usage, leaving some gaps.

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?

Clearly states the tool searches for meetings by title, date range, or owner. Distinguishes from siblings like get_meeting (single) and log_meeting (create).

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?

Provides explicit guidance to provide at least one filter for targeted results, notes AND logic, and explains behavior without filters. Also advises using list_users for owner_id. Lacks explicit when-not-to-use, but context is sufficient.

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