Skip to main content
Glama
Ansvar-Systems

Portuguese Competition MCP

pt_comp_get_merger

Retrieve a specific AdC merger control decision by case number from Portuguese competition data.

Instructions

Get a specific AdC merger control decision by case number.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
case_numberYesAdC merger case number
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It only states 'Get', implying a read operation, but does not disclose return format, error behavior, or any permissions. For a simple getter this is sparse, and the agent lacks behavioral context beyond the action itself.

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, front-loaded sentence that is entirely on-topic. Every word contributes to the purpose, with no fluff or repetition.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the low complexity (one parameter, no nested objects) and the absence of an output schema, the description is minimally adequate. However, it does not mention what the response contains or any caveats, which would be helpful for a getter without structured output metadata.

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 coverage is 100% with the parameter already described as 'AdC merger case number'. The description does not add any additional meaning beyond the schema, so it meets the baseline without enhancement.

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 gets a specific AdC merger control decision by case number. The verb 'Get' and resource 'merger control decision' are specific, and it distinguishes itself from siblings like pt_comp_get_decision and search tools by focusing on merger decisions and case numbers.

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?

Usage is implied by the phrase 'by case number' but no explicit alternatives or exclusions are mentioned. It does not say when to prefer this over pt_comp_get_decision or pt_comp_search_mergers, so guidance is minimal.

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/Ansvar-Systems/portuguese-competition-mcp'

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