Skip to main content
Glama

Desafío Comunicación

get_company

Devuelve identidad, posicionamiento y capacidades públicas de Desafío Comunicación.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
languageNoes-ES

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. 'Devuelve' and 'públicas' suggest a read-only, public information lookup, which is useful, but the description does not mention authentication, error behavior, return format, or any limiting conditions.

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 that front-loads the action and target resource, with no filler or redundant information. It is concise and effective.

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 tool with one optional, self-documenting parameter, the description provides the essential content scope: identity, positioning, and public capabilities. It lacks explicit output format and usage guidance, but the low complexity and clear scope make it sufficiently 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?

Schema description coverage is 0%, so the description could have added parameter context, but it does not mention the language parameter. However, the single parameter is fully self-documenting in the schema with const 'es-ES' and a default, leaving no real ambiguity.

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 starts with 'Devuelve' (returns) and clearly specifies the resource: identity, positioning, and public capabilities of Desafío Comunicación. This makes the tool's purpose unambiguous and distinguishes it from siblings like get_contact and get_service.

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 the tool should be used when company-level identity, positioning, or public capabilities are needed, but it never explicitly states when to use it over sibling tools. No alternatives or exclusions are mentioned, so the agent must infer the usage context.

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.

TDQS

A3.7/5.0
Disambiguation5/5

Each tool targets a distinct resource or action: company profile, contact info, individual service, case study listing, service recommendation, and general search. The descriptions include explicit guidance on when to use search vs. recommend_service, so there is no real ambiguity.

Naming Consistency5/5

All tool names follow a clean snake_case verb_noun pattern: get_company, get_contact, get_service, list_case_studies, recommend_service. The only outlier is 'search', but as a single verb it remains consistent with the imperative verb style.

Tool Count5/5

Six tools is well-scoped for a company information service. Each tool has a clear purpose and none are redundant; the set covers information retrieval, listing, and recommendation without unnecessary bloat.

Completeness4/5

The surface covers the core public-information needs: company identity, contact, services, case studies, and a general search. A minor gap is the lack of a direct list_services tool, but search and recommend_service can find services effectively.

Resources