Skip to main content
Glama

Bildlinks der Freigabe-Karte erneuern

approval_page_urls_app
Read-only

Nur fuer die interaktive Freigabe-Karte: erneuert die zeitlich begrenzten Bildlinks der Briefseiten, wenn die alten abgelaufen sind. EN: For the interactive approval card only: renews the time-limited image links of the letter pages once the old ones have expired.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
approvalIdYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.7/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds useful context about time-limited links and the expiration-triggered renewal, which is beyond the annotations. However, it does not disclose whether new URLs are returned, whether old links are invalidated, or what happens if called before expiry.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

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

The description is compact and front-loaded with scope and action. The bilingual German/English repetition is somewhat redundant but acceptable in a multilingual context; both versions say the same thing without extra fluff.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a one-parameter tool with safe-read annotations, the description is mostly usable: an agent knows when to call it and what it does. However, there is no output schema and no mention of the return value or what the renewed links look like, so an agent is left unsure about the tool's result.

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

Parameters2/5

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

Schema coverage is 0% and the description does not explain the approvalId parameter at all. An agent must infer from the tool name and context that approvalId identifies the relevant approval card. The description does not compensate for the lack of schema-level parameter documentation.

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 states a specific verb ('erneuert' / 'renews'), a specific resource ('Bildlinks der Briefseiten' / image links of the letter pages), and a clear scope ('Nur fuer die interaktive Freigabe-Karte'). It also adds the condition 'wenn die alten abgelaufen sind', which distinguishes this renewal tool from generic URL/list tools like letter_page_urls_app or template_page_urls_app.

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 says this is for the interactive approval card only, and gives a clear trigger condition: renew links when the old ones have expired. It does not name alternative sibling tools explicitly, but the 'only for the interactive approval card' constraint provides a clear exclusion boundary.

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.