Skip to main content
Glama
Workforce-Cloud-Tech

Recruit CRM MCP Server

List Teams

list_teams
Read-only

List teams from Recruit CRM with server-side pagination. Optionally expand user summaries to include contact details for a complete view.

Instructions

Lists Recruit CRM teams with MCP-side pagination. By default returns team IDs, names, and user IDs. Pass expand=user to return user summaries; include_user_contact_info=true adds user email, contact_number, and avatar.

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).
expandNoOptional expansion. Use user to return user summaries instead of user IDs.
include_user_contact_infoNoWhen true and expand=user, include user email, contact_number, and avatar. Defaults to false.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageYes
teamsYes
has_moreYes
total_countYes
returned_countYes
Behavior5/5

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

Annotations already declare readOnlyHint and destructiveHint, so safety is covered. The description adds valuable behavioral context: MCP-side pagination, default fields, and the effect of expand and include_user_contact_info. This goes beyond the structured annotations and schema descriptions.

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, front-loaded with the primary purpose, and every clause provides essential information. There is no filler or repetition.

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 read-only list tool with an output schema, the description covers all key aspects: what it returns, how pagination works, and how to expand results. The output schema handles return details, so no further completeness is needed.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, and the description further explains parameter behavior, especially the interplay between expand and include_user_contact_info, as well as the pagination rationale. This adds meaning beyond the schema's individual property 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 'Lists Recruit CRM teams with MCP-side pagination', specifying the resource (Recruit CRM teams) and the action (list). It also distinguishes from siblings like list_users or list_candidates by focusing on teams and detailing return fields.

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 gives clear context on what the tool does and how to customize output via expand and include_user_contact_info, but it does not explicitly mention when to use it over alternative list tools. Implied usage is sufficient for an agent, but no exclusions or named alternatives are 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/Workforce-Cloud-Tech/mcp-recruitcrm'

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