Skip to main content
Glama
Workforce-Cloud-Tech

Recruit CRM MCP Server

List Candidate Questions

list_candidate_questions
Read-only

Retrieve a paginated list of candidate questions from Recruit CRM, providing IDs and question text for reference.

Instructions

Lists Recruit CRM candidate questions with MCP-side pagination. Returns compact id and question rows for resolving candidate question IDs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number. Pagination is applied by this MCP server because the Recruit CRM metadata endpoint returns all rows.
limitNoRecords per page (max 500, default 100).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageYes
has_moreYes
total_countYes
returned_countYes
candidate_questionsYes
Behavior4/5

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

Annotations already indicate read-only and non-destructive behavior. The description adds valuable context beyond this: pagination is MCP-side because the upstream endpoint returns all rows, and returns compact id/question rows. This explains behavioral traits not covered by annotations.

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 long, front-loaded with the core action and resource, and every clause adds meaningful information. No wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple list operation with two well-documented parameters, an output schema, and strong annotations, the description is complete. It explains what, why, and the pagination behavior without over-explaining.

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 coverage is 100% with both 'page' and 'limit' fully described. The description reinforces the pagination mechanism but does not add significant new parameter details, so the baseline score of 3 applies.

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 'Lists Recruit CRM candidate questions' with the specific purpose of 'resolving candidate question IDs.' It also distinguishes itself by noting MCP-side pagination and the compact return format, which separates it from any potential sibling list tools.

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?

The description implies usage when resolving candidate question IDs, and it clarifies why pagination is handled MCP-side. While it does not explicitly name alternatives or exclusions, there are no direct sibling tools for candidate questions, so the 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/Workforce-Cloud-Tech/mcp-recruitcrm'

If you have feedback or need assistance with the MCP directory API, please join our Discord server