Skip to main content
Glama

Search Studies

search_studies
Read-onlyIdempotent

Search EBI BioStudies — a keyless database of biological study descriptions that links across EBI archives (ArrayExpress, PRIDE, etc.). Find studies by keyword and get accession, title, authors, type, release date, and link/file counts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number, default 1.
limitNoMax results per page, default 15, max 100.
queryYesKeyword query, e.g. "crispr" or "breast cancer".

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / examples
      Added value: +[
      +  {
      +    "query": "crispr gene editing"
      +  },
      +  {
      +    "limit": 25,
      +    "page": 1,
      +    "query": "breast cancer"
      +  }
      +]
  2. First observed

TDQS

A4/5.0
Behavior4/5

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

Description adds behavioral context beyond annotations: 'keyless database' implies no authentication needed, 'links across EBI archives' clarifies scope, and it lists returned fields. Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint, so description complements them.

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, front-loaded with core purpose and additional details. No redundant phrases; every sentence adds value.

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?

Without an output schema, the description adequately explains return fields (accession, title, etc.). It could mention pagination defaults or results format, but schema covers pagination params. Overall sufficient for a search tool with strong annotations.

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 all three parameters described. The description adds no additional parameter semantics beyond what the schema provides (e.g., 'keyword' for query). 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' and resource 'EBI BioStudies database', specifies linking across archives, and lists returned fields. Distinguishes from siblings like 'get_study' which retrieves a single study.

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

Usage Guidelines3/5

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

The description implies usage context (searching biological studies via keyword) but does not explicitly state when to use this tool over alternatives or exclude scenarios. No mention of when-not-to-use or comparison with sibling search tools.

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.