Skip to main content
Glama

Upravio public knowledge

Dohvati temu

get_knowledge
Read-onlyIdempotent

Dohvati javnu temu prema ID-u iz kataloga ili rezultata pretrage. Ne dohvaća proizvoljne URL-ove.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is fully covered. The description adds the constraint that it only fetches public topics and not arbitrary URLs, which is useful behavioral context. It doesn't describe return format or error behavior, but with annotations covering safety, a 3 is appropriate.

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 short sentences with no waste. The main action is front-loaded, and the exclusion is stated immediately after. Every word earns its place.

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 simple single-parameter read-only tool with strong annotations, the description is nearly complete. It explains what the ID refers to and what the tool does not do. The only minor gap is the lack of any mention of the return value, but since there is no output schema and the tool is simple, this is a small omission.

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 0%, so the description must compensate for the single 'id' parameter. The description says the ID refers to a public topic from a catalog or search results, which adds meaning beyond the raw schema (pattern and maxLength). However, it doesn't specify the ID format beyond what the schema already provides, so it's adequate but not rich.

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 states a specific verb ('Dohvati' = fetch/retrieve) and resource ('javnu temu' = public topic) by ID, and explicitly distinguishes it from fetching arbitrary URLs. It doesn't explicitly name the sibling tools, but the scope is clear enough to differentiate from list_capabilities and search_knowledge.

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

Usage Guidelines4/5

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

The description gives clear context: use this to fetch a public topic by ID from a catalog or search results. It also provides an exclusion ('Ne dohvaća proizvoljne URL-ove' = does not fetch arbitrary URLs), which helps an agent avoid misuse. It doesn't explicitly mention when to use search_knowledge or list_capabilities instead, but the ID-based retrieval is a clear signal.

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