Skip to main content
Glama
Workforce-Cloud-Tech

Recruit CRM MCP Server

Get Company Details

get_company_details
Read-only

Retrieve full details for up to 10 companies by slugs in parallel. Ideal for pulling specific records after a search, with errors reported for failed lookups.

Instructions

Fetches full details for up to 10 companies in parallel by slug. Suitable for retrieving specific company records after slug resolution from search_companies. Not intended for bulk database scans. Returns partial results: failures are reported in the errors array with status_code.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_slugsYesCompany slugs to fetch. Max 10 per call. Duplicates are ignored.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
errorsYes
companiesYes
failed_countYes
requested_countYes
successful_countYes
Behavior5/5

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

Beyond annotations (readOnlyHint=true, destructiveHint=false), the description discloses that calls run in parallel for up to 10 companies and that partial failures return an errors array with status_code. This adds valuable context about concurrency and error behavior not visible in 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?

Three sentences efficiently cover purpose, usage, and error behavior without redundancy. The key action is front-loaded, and every sentence adds informational value.

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?

Given the tool's simplicity (one parameter, output schema present, read-only annotations), the description fully covers parallel fetching, partial results, and usage context. No additional behavioral detail is needed.

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?

The schema covers 100% of the parameter info, including min/max items, uniqueness, and a description of company_slugs. The description adds no additional parameter details beyond what the schema already provides, so a baseline score of 3 is appropriate.

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 fetches full details for up to 10 companies by slug, distinguishing it from search_companies (which resolves slugs) and list_companies (bulk scans). The verb 'fetches' plus resource 'company details' makes the purpose unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It explicitly says when to use (after slug resolution from search_companies) and when not to use (bulk database scans), giving clear guidance on alternatives. The mention of partial results also sets expectations for error handling.

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