Skip to main content
Glama

baba News by baba Hebrew

One newsroom, with profile when computed

sources_get
Read-only

One newsroom, with profile when computed. Requires the sources API scope. English is the fallback for untranslated fields.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2/5.0
Behavior3/5

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

Annotations already cover read-only and non-destructive behavior. The description adds two useful behavioral facts: the required 'sources API scope' and that English is the fallback for untranslated fields. These go beyond the annotations, but the description omits other relevant behaviors like error handling or output structure, which are partially covered by the output schema.

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 short and to the point, but it repeats the title ('One newsroom') and packs the scope and fallback details in a compact way. It is not verbose, but the opening sentence adds little new information, so it is not optimally structured or front-loaded.

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?

For a simple one-parameter tool with an output schema and annotations, the description is still incomplete. It fails to state the core operation clearly, offers no usage guidance, and leaves the parameter undocumented. The scope and language fallback are useful but do not compensate for the missing essentials.

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

Parameters1/5

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

Schema description coverage is 0% for the sole parameter 'key', and the description does not explain what 'key' refers to. There is no mention that it is the newsroom identifier or any format hint. The agent is left with an undocumented parameter, making correct invocation difficult.

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

Purpose2/5

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

The description says 'One newsroom' which implies fetching a single entity but lacks an explicit verb like 'get' or 'retrieve'. It essentially restates the title and does not clearly differentiate from siblings like sources_list or sources_activity. The purpose is vague and left to inference.

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

Usage Guidelines1/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. It does not mention conditions, prerequisites beyond the scope requirement, or contrasts with sibling tools. The agent cannot decide between this and sources_list without additional context.

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.