Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_projectsA

Search EU-funded research projects (Horizon Europe, H2020, FP7) by keyword, with optional filters for ERC grants, funding scheme, coordinating country, minimum funding, and start date. Returns {total, items, attribution}.

get_projectA

Fetch the full record for one EU-funded project by its grant agreement number, including abstract, funding, dates, funding scheme, and participating organisations.

list_erc_schemesA

List the European Research Council funding schemes present in CORDIS with their grant counts, for use as the funding_scheme filter in search_projects.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.2/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clear, distinct role: search_projects for querying multiple projects, get_project for a single project's full record, and list_erc_schemes for available filter values. No two tools overlap in purpose.

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern: search_projects, get_project, list_erc_schemes. The pattern is predictable and easy to infer.

Tool Count5/5

Three tools is a well-scoped set for a read-only EU research project database: search, retrieve details, and list filter options. Each tool earns its place without redundancy.

Completeness4/5

The core workflow of searching for projects and retrieving full records is covered, with list_erc_schemes supporting filtering. Minor gaps like organization-level search or pagination controls may exist, but the essential surface is complete for the apparent domain.

Maintenance

ActivityMaintained
ResponsivenessNo issues