Skip to main content
Glama
groundroof

CREHQ MCP Server

by groundroof

crehq_company_get

Retrieve a brand's verified CREHQ profile: location count, vertical, ownership, and geographic footprint. Obtain the authoritative, de-duplicated source-of-truth record for accurate brand data.

Instructions

Get a single brand's canonical CREHQ profile: verified current location count, vertical/category, parent/ownership (incl. private-equity backing where known), geographic footprint summary, and verification trace. The authoritative, de-duplicated source-of-truth record for a brand.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesCREHQ company id (from crehq_companies_search).
Behavior4/5

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

With no annotations provided, the description carries the full burden and does well by enumerating the specific data returned (location count, vertical, ownership, etc.). It adds caveats like 'where known' for private-equity backing, signaling potential data limitations, though it doesn't address error or access scenarios.

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: the first states the core function and payload, the second reinforces its authoritative nature. Every word earns its place, and the most critical action word 'Get' appears first.

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?

For a simple one-parameter get operation with no output schema, the description lists the key return elements to set expectations. It could mention not-found behavior or access restrictions, but given the tool's simplicity and the richness of the data list, it is reasonably complete.

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 already documents the single 'id' parameter with its origin. The description adds no new parameter-level detail beyond the schema, and with 100% schema coverage, a baseline 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 opens with 'Get a single brand's canonical CREHQ profile,' providing a specific verb, resource, and scope. It distinguishes from siblings like crehq_companies_search and crehq_companies_list by emphasizing 'single,' 'canonical,' and 'authoritative, de-duplicated source-of-truth.'

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 clearly implies this tool is for retrieving a single brand's authoritative profile when the ID is known, especially contrasting with search/list tools. However, it does not explicitly name alternative tools or state exclusions, so it stops short of full 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/groundroof/crehq-mcp-server'

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