Skip to main content
Glama

Biotech News Sources

biotech_news_sources
Read-onlyIdempotent

List the biotech & pharma news publications aggregated by biotech_news (id, title, source site, focus). Pass an id as source to biotech_news to read one publication.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.7/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description adds context about the source-aggregation relationship and specifies the output fields, which is useful since there is no output schema. No contradictory behaviors are implied.

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 the core listing scope and fields in the first sentence and the linking behavior in the second. No filler.

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?

For a no-parameter, read-only list tool, the description covers what the tool returns, how it relates to biotech_news, and how to use the result. Annotations cover the safety profile, so nothing necessary is missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has zero parameters and 100% coverage, so the baseline is 4. The description further clarifies that the 'id' mentioned is a returned field meant for biotech_news, not a parameter of this tool, preventing misuse.

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?

The description uses a specific verb ('List') and a resource ('biotech & pharma news publications aggregated by biotech_news') and even names the returned fields (id, title, source site, focus). It distinguishes itself from the sibling biotech_news by stating how the ids feed into that tool.

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

Usage Guidelines5/5

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

It names biotech_news as the alternative and gives explicit chaining guidance: 'Pass an id as `source` to biotech_news to read one publication.' This tells an agent when to reach for the sibling instead.

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.