Skip to main content
Glama

search_protac_e3_issues

Read-onlyIdempotent

PROTAC E3-ligase recruitment / ternary failures.

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.5/5.0
Behavior2/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint, covering the safety profile. The description adds no behavioral context—no mention of result format, pagination, or filtering scope—so it fails to enrich the agent's understanding beyond the structured metadata.

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

Conciseness3/5

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

The description is a single short phrase with no wasted words, which is concise. However, it is structurally a fragment without a verb, making it under-specified rather than effectively front-loaded. It is not a complete sentence providing actionable information.

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?

Despite having a rich output schema and six optional parameters, the description fails to explain what constitutes an E3-ligase recruitment/ternary failure or what the returned results will contain. For a specialized domain, this is insufficient for an agent to correctly invoke and interpret the tool.

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%, so the baseline is 3. The tool description itself adds no parameter meaning, but each parameter (tier, target, outcome, compound, limit, offset) is well-documented in the schema, making the description unnecessary for this dimension.

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

Purpose3/5

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

The description 'PROTAC E3-ligase recruitment / ternary failures' identifies a specific domain and distinguishes from sibling tools, but lacks an explicit verb or statement of action. It is more a topic label than a clear description of what the tool does, leaving the agent to infer 'search' from the name.

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 on when to use this tool versus alternatives like search_failed_protacs or search_mechanism_failures. The description provides no contextual cues for selection, and the sibling list is not referenced.

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