Skip to main content
Glama

Sfda Clinical Trials

sfda_clinical_trials
Read-onlyIdempotent

Clinical trials registered with the SFDA and running in Saudi Arabia (sourced from www.sfda.gov.sa/en/drug_clinical_trials_list): study title, sponsor, status, study drug, phase, protocol number, and trial site (hospital). Filters are applied by the SFDA server.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
drugNoFilter by study drug name substring, e.g. "VX 880".
pageNoPage number, zero-indexed (each page has 10-20 rows). Default 0.
siteNoFilter by trial site (hospital/city) substring, e.g. "Riyadh".
phaseNoFilter by trial phase, e.g. "3".
titleNoFilter by study title substring.
statusNoFilter by status substring, e.g. "Ongoing", "Terminated", "Completed".
sponsorNoFilter by sponsor substring, e.g. "Pfizer".
protocol_numberNoFilter by study protocol number.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.4/5.0
Behavior3/5

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

Annotations already declare the operation as read-only, idempotent, and non-destructive. The description adds useful context by citing the data source and noting that filters are applied by the SFDA server. It does not describe pagination behavior or data freshness, but annotations lower the burden.

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 compact and front-loaded with the core purpose, followed by the field list and source. Both sentences earn their place, and there is no redundant wording or repetition of the tool name.

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?

The description lists the returned fields, which is important since there is no output schema. It covers the source and server-side filtering. It does not explain how multiple filters combine or the meaning of the variable page size, but the schema handles page details and the tool is a straightforward filterable list.

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?

The input schema covers 100% of the parameters with descriptive text, so the description need not repeat them. The phrase 'Filters are applied by the SFDA server' adds minimal context about how the parameters behave. No additional parameter semantics are provided beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description identifies the resource (clinical trials registered with the SFDA in Saudi Arabia) and lists the key fields returned. It does not use an explicit verb like 'search' or 'list', but the meaning is clear. It is distinguishable from the sfda_drug_* siblings by the clinical-trials scope, though it does not name them.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is given about when to use this tool versus related tools such as sfda_drug_search or sfda_drug_approvals. The intended context is implied by the resource name and fields, but there are no exclusions or alternative tool references.

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.