Skip to main content
Glama

search_failed_replications

Read-onlyIdempotent

Findings that failed to replicate.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tierNoConfidence tier. 'curated' (default) returns the credible layer; 'all' also includes high-volume screening-grade rows (PubChem HTS inactives, CRISPR non-essential tails).curated
limitNoMaximum number of findings to return (1–100, default 25).
offsetNoNumber of findings to skip before this page, for pagination (default 0).
targetNoUniProt accession or gene symbol
outcomeNooutcome filter (inactive, failed_safety, terminated, …)
compoundNocompound name, ChEMBL ID, or InChIKey

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
findingsNoMatching negative findings (same shape as the REST /findings endpoint).
has_moreNoTrue when more results exist beyond this page.
coverage_noteNoHonest coverage caveat for thin Phase-1 modalities (present only when relevant).
query_metadataYesEcho of the resolved query — tool, limit, offset, and any applied presets.
returned_countNoFindings returned in this page.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed3 schema fields changed
    • addedInput schema / properties / limit / description
      Added value: +"Maximum number of findings to return (1–100, default 25)."
    • addedInput schema / properties / offset / description
      Added value: +"Number of findings to skip before this page, for pagination (default 0)."
    • changedOutput schema / (root)
      Previous value: -nullNew value: +{
      +  "properties": {
      +    "coverage_note": {
      +      "description": "Honest coverage caveat for thin Phase-1 modalities (present only when relevant).",
      +      "type": "string"
      +    },
      +    "findings": {
      +      "description": "Matching negative findings (same shape as the REST /findings endpoint).",
      +      "items": {
      +        "type": "object"
      +      },
      +      "type": "array"
      +    },
      +    "has_more": {
      +      "description": "True when more results exist beyond this page.",
      +      "type": "boolean"
      +    },
      +    "query_metadata": {
      +      "description": "Echo of the resolved query — tool, limit, offset, and any applied presets.",
      +      "type": "object"
      +    },
      +    "returned_count": {
      +      "description": "Findings returned in this page.",
      +      "type": "integer"
      +    }
      +  },
      +  "required": [
      +    "query_metadata"
      +  ],
      +  "type": "object"
      +}
  2. First observed

TDQS

C2.9/5.0
Behavior2/5

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

Annotations declare readOnlyHint, idempotentHint, and destructiveHint=false, so the safety profile is known. However, the description adds no behavioral context such as pagination behavior, tier semantics, or result interpretation, providing minimal value beyond the annotations.

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 is one short, front-loaded sentence with no filler. It is efficient, though it borders on under-specification rather than genuine conciseness.

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

Completeness2/5

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

With 6 parameters, an output schema, and over 30 sibling tools, the description is too sparse to provide meaningful context. It lacks guidance on when failed-replication findings are relevant, how the tier filter changes results, or what distinguishes this tool from related failure searches. The output schema mitigates return-value ambiguity, but usage context remains 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 coverage is 100% with each of the 6 parameters described, so the description does not need to repeat parameter roles. It also adds no extra meaning about how parameters like tier or outcome interact, but that is acceptable given full schema coverage.

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 'Findings that failed to replicate' clearly identifies the tool's purpose and resource scope. It is a specific noun phrase that conveys the search object, though it does not explicitly differentiate from sibling tools like search_failed_guides or search_inactive_compounds.

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 provided on when to use this tool versus alternatives. The description is a single fragment with no mention of prerequisites, exclusions, or comparison to the many related search_failed_* siblings.

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.

Resources