Skip to main content
Glama
jhgaylor

cleanjobdata-mcp

by jhgaylor

get_company

Use a company ID to retrieve detailed company info and enrichment data for full profiles.

Instructions

Get detailed information about a specific company, including enrichment data

Args: company_id: The unique identifier of the company (employer_id)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description carries the burden of behavioral disclosure. 'Get' implies a read-only operation, and 'enrichment data' hints at additional information, but no details on caching, permissions, or error behavior are provided. This is minimally transparent but not misleading.

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 a single sentence followed by a one-line argument explanation. Every word earns its place, and the main purpose is front-loaded.

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 the tool has only one parameter and an output schema exists, the description is sufficiently complete. It explains the core function and the parameter, though 'enrichment data' is vague. It covers what is needed for a simple lookup tool.

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?

The schema only says 'Company Id' (type string), while the description adds 'The unique identifier of the company (employer_id)' which clarifies the semantic meaning. Since schema coverage is 0%, the description compensates well for the single required parameter.

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 'Get detailed information about a specific company, including enrichment data', which is a specific verb+resource. It distinguishes itself from sibling 'search_companies' by focusing on retrieving one known company rather than searching.

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 implies usage when a specific company_id is known, but does not explicitly state when to use this tool versus alternatives like search_companies. It provides clear context but lacks explicit exclusion or alternative guidance.

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/jhgaylor/cleanjobdata-mcp'

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