Skip to main content
Glama

Ctis Trial

ctis_trial
Read-onlyIdempotent

Full published record for one EU clinical trial by its CTIS number (e.g. 2025-523586-18-00): full scientific title, sponsor and contacts, investigational products with active substances and roles, medical conditions, therapeutic areas, trial objective, eligibility criteria, primary and secondary endpoints, planned enrolment, estimated end date, and the authorisation status, decision date and reported start and recruitment events in each member state. Sourced from the EU Clinical Trials Information System.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ct_numberYesCTIS trial number, e.g. "2025-523586-18-00"

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?

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, so the safety profile is well covered. The description adds that the data is 'published' and 'Sourced from the EU Clinical Trials Information System,' plus a detailed return-value list, but it does not disclose additional operational behavior such as freshness, rate limits, or error cases. No contradiction with annotations exists.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description front-loads the purpose and example identifier, then lists the extensive expected contents. The list is long but justified because there is no output schema to communicate the return shape. It is wordy but not padded with irrelevant information.

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

Completeness5/5

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

This is a single-parameter lookup with no output schema, and the description fully specifies the required identifier, gives an example, names the source, and enumerates the returned fields. Nothing needed to select and invoke the tool correctly is missing.

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%: the ct_number property already includes a type and an example. The description merely repeats the same example and meaning without adding materially new semantics. Baseline 3 is appropriate because the schema already carries the full parameter documentation.

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 states exactly what the tool does: 'Full published record for one EU clinical trial by its CTIS number,' with an example identifier. It enumerates the specific fields returned, making the resource unambiguous. The singular 'one... by its CTIS number' clearly distinguishes it from search and recent-list siblings.

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 trigger condition is clear: use this when you have a CTIS number and need the full published trial record. It does not explicitly name alternatives like ctis_search_trials or ctis_recent_authorisations, nor does it state when not to use it, so it falls short of a 5. The context is still clear enough for an agent to make the right choice.

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.