Skip to main content
Glama
signal8ai

Signal8 MCP Server

Official

Search Clinical Trials

search_clinical_trials
Read-only

Search clinical trials across companies. Filter by phase, indication, sponsor, status, and date range. Sort and paginate results.

Instructions

Search clinical trials market-wide (cross-company). Distinct from get_clinical_trials, which is scoped to a single ticker. Filter by phase, indication, sponsor, status, and date window; sort and paginate the results.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNoEnd date (YYYY-MM-DD)
fromNoStart date (YYYY-MM-DD)
sortNoSort field
limitNoMaximum results to return (1-100, default: 50)
orderNoSort direction
phaseNoTrial phase filter (e.g., "Phase 3")
offsetNoOffset for pagination (default: 0)
statusNoTrial status filter
sponsorNoSponsor name filter
dateFieldNoDate field to filter/sort on
indicationNoCondition / indication filter

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true. Description adds useful behavioral details: filtering capabilities (phase, indication, sponsor, status, date window), sorting, pagination, and cross-company scope. No contradictions.

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?

Two sentences with front-loaded key differentiator. Every sentence adds value: purpose and sibling distinction, then capabilities. No wasted words.

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?

Given 11 parameters and output schema exists, description adequately covers key capabilities (filters, sort, pagination, scope). Return values are handled by output schema. Completeness is high.

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 descriptions for all 11 parameters. Description reiterates filter categories and mentions sort/pagination but adds minimal new meaning beyond schema. Baseline 3 is appropriate.

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?

Description clearly states verb (Search), resource (clinical trials), and scope (market-wide cross-company). Explicitly distinguishes from sibling tool get_clinical_trials which is ticker-scoped.

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?

Provides explicit context for when to use (market-wide search) and when not (use get_clinical_trials for single ticker). Lists filter options but lacks explicit when-not-to-use beyond sibling distinction.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools