Skip to main content
Glama

MCP Market Russia

get_company

Get full company profile including contacts, prices, rating, reviews, and list of house projects.

Args: company_id: Company UUID from search_companies results

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.1/5.0
Behavior4/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. The verb 'Get' clearly signals a read-only operation, and enumerating the returned fields (contacts, prices, rating, reviews, house projects) provides meaningful transparency about what the tool does. It stops short of discussing errors or permissions, but for a simple getter this is adequate.

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 concise and front-loaded with the main verb and resource, followed by a clear list of contents and a straightforward Args section. Every sentence earns its place with no redundant detail.

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?

The tool has a single parameter, an output schema, and a clear description of what is returned, making it nearly complete. The only minor gap is not addressing potential ambiguity with sibling profile tools, but this is not essential for basic usage.

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?

The schema only defines company_id as a string with no description, so the description's 'Company UUID from search_companies results' adds essential meaning. It conveys both the format (UUID) and the provenance of the parameter, fully compensating for the 0% schema description coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool gets a full company profile with specific contents (contacts, prices, rating, reviews, house projects), which is a specific verb+resource pair. However, it does not explicitly distinguish itself from siblings like company_deep_profile or company_portfolio, so it misses the top score.

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 by stating the company_id comes from search_companies results, giving a clear prerequisite. However, it does not provide explicit when-to-use or when-not-to-use guidance relative to sibling tools such as company_deep_profile or compare_companies.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources