Skip to main content
Glama

Search the chemical-sequence catalog

defiance_catalog_search
Read-onlyIdempotent

Full-text search over the public catalog. Returns matching sequences with canonical links, release state, from-price where the record states one, and stock availability. Catalog facts only, never use guidance.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qYesSearch text, at least 2 characters.
limitNoMaximum results (1 to 50).
response_formatNoReturn shape: json (structured) or markdown (a readable briefing).json

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes
totalYes
resultsYes
provenanceYes
ruoBoundaryYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changed
    • addedOutput schema / properties / results / items / properties / releaseState
      Added value: +{
      +  "enum": [
      +    "released",
      +    "in_analytical_review",
      +    "not_released"
      +  ],
      +  "type": "string"
      +}
    • changedOutput schema / properties / results / items / required
      Previous value: -[
      -  "slug",
      -  "name",
      -  "category",
      -  "canonicalUrl",
      -  "sequenceBriefing",
      -  "evidencePackage",
      -  "fromPriceCents",
      -  "inStock",
      -  "score"
      -]New value: +[
      +  "slug",
      +  "name",
      +  "category",
      +  "canonicalUrl",
      +  "sequenceBriefing",
      +  "evidencePackage",
      +  "releaseState",
      +  "fromPriceCents",
      +  "inStock",
      +  "score"
      +]
  2. First observed

TDQS

A3.8/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false, so safety is covered. The description adds detail on the return content (canonical links, release state, from-price, stock availability) and a behavioral constraint (catalog facts only). This adds 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.

Conciseness5/5

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

Two concise sentences with no redundancy. The core purpose is front-loaded, and the constraint is appended efficiently.

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?

For a read-only search tool with an output schema, the description covers what it searches, what it returns, and a key constraint. It lacks explicit routing to alternatives, but that's a minor gap given the tool's simplicity.

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 all three parameters are already documented. The description adds little beyond calling it a 'full-text search', which implies q is a query. It doesn't add syntax or format details 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?

States a specific verb ('search') and resource ('public catalog'), and enumerates the returned fields (sequences, canonical links, release state, price, stock). It distinguishes itself from sibling lookups by being a full-text search over the catalog, though it doesn't explicitly name alternatives.

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 notes 'Catalog facts only, never use guidance,' which gives a usage constraint, but it doesn't specify when to use this search vs the sibling lookup tools (e.g., sequence lookup). Usage context is implied but not explicit.

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