Skip to main content
Glama

MetalTakip Digest

MetalTakip makalesini getir

fetch
Read-only

search sonucundaki id ile MetalTakip'in kendi makalesinin tam metnini getirir. Yalnız birinci taraf içerik sunulur.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYessearch sonucundaki makale id değeri

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
urlYes
textYes
titleYes
metadataYes

TDQS

A4.3/5.0
Behavior4/5

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

The description adds a meaningful behavioral trait beyond the annotations: it states that only first-party content is provided ('Yalnız birinci taraf içerik sunulur'). The annotations already declare readOnlyHint=true and openWorldHint=false, so the description enhances transparency by specifying the content scope.

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?

The description is concise, consisting of two sentences. The first sentence clearly states the primary action and its prerequisite, while the second adds an important constraint. No unnecessary words or fluff.

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 simple tool with one required parameter, clear annotations, and an output schema present, the description is complete. It covers the purpose, usage context (post-search), and a key constraint (first-party only). The presence of an output schema reduces the need to explain return values.

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?

The input schema already describes the 'id' parameter as the article ID from search results (100% coverage). The tool description essentially repeats this information without providing additional meaning or context for the parameter. As per rules, baseline is 3 when schema coverage is high.

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 clearly states the tool's purpose: it retrieves the full text of a MetalTakip article using an ID from a previous search result. It also distinguishes from siblings by specifying that it provides first-party content only, contrasting with search which returns IDs and other tools like gunluk_ozet and turev_gostergeler which serve different functions.

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 explicitly indicates that the tool should be used with an ID obtained from the search tool ('search sonucundaki id ile'), providing clear usage context. However, it does not explicitly mention when not to use this tool or compare it to alternatives, which prevents a score of 5.

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.

TDQS

A4.1/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: fetch retrieves full articles by ID, gunluk_ozet gives a daily summary, search finds articles, and turev_gostergeler provides computed indicators. No overlap in functionality.

Naming Consistency2/5

The naming convention is inconsistent: 'fetch' and 'search' are English verbs, while 'gunluk_ozet' and 'turev_gostergeler' are Turkish noun phrases. No uniform pattern is followed.

Tool Count4/5

With 4 tools, the server is well-scoped for a digest service. It covers the essential operations (search, retrieve, summary, indicators) without being too sparse or bloated.

Completeness3/5

The tool set covers the main workflow (search, fetch, daily summary, derived indicators) but lacks historical data retrieval, trend analysis, or user customization options, which are reasonable omissions for a digest server.

Resources