Skip to main content
Glama

EU Fund Portal

get_grant_details

Retrieve comprehensive intelligence for a specific European grant or tender by ID, including eligibility checklists, award amounts, deadline countdown, and official application links.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
grant_idYesThe unique opportunity ID e.g. "eu-tender-HORIZON-CL6-2021-BIODIV-02-01" or national grant ID

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/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. It communicates that this is a read-style retrieval operation and previews the returned data categories, which is useful. However, it does not mention failure behavior, authorization requirements, or any operational constraints such as rate limits or data freshness.

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 starts with the core action, then packs the most important output facets into a compact list. There is no filler or repetition, and every clause adds useful information for tool selection.

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 single-parameter tool with no output schema, the description is largely complete: it names the input, explains the purpose, and lists what the response will contain. The main gap is the lack of explicit guidance on how this tool relates to its siblings, but the description still provides enough for correct invocation.

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 100%, so the baseline is 3. The description adds the context that the ID refers to a European grant or tender, which slightly clarifies the parameter's domain, but it does not meaningfully expand on the schema's example-based explanation of grant_id.

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 uses a specific verb ('Retrieve') and resource ('specific European grant or tender by ID'), and it lists concrete output contents: eligibility checklists, award amounts, deadline countdown, and application links. This naturally distinguishes it from search_grants, which would be used for discovery rather than detail lookup.

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 signals that this tool is for retrieving details once a specific grant_id is known, which gives the agent clear context for when to invoke it. It does not explicitly state when not to use it or name alternatives such as search_grants, but the by-ID requirement implies the intended use case.

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