Skip to main content
Glama

Audit blog localization

get_blog_localization_summary
Read-onlyIdempotent

Summarize multilingual article coverage for one organization-owned Polyblog blog. Compares configured locales with up to 100 recently edited article translations and clearly marks the result when the sample is truncated.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
blogIdYesPolyblog blog id or name to audit

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
blogYes
sampleYes
localesYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already declare readOnly, idempotent, non-destructive, and closed-world, so safety is covered. The description adds genuinely new behavioral context: the comparison is bounded to up to 100 recently edited translations and the result is explicitly marked when the sample is truncated. That sampling/truncation disclosure is exactly the kind of thing annotations cannot express.

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 tight sentences with zero filler. The scope is front-loaded in the first sentence and the important sampling/truncation caveat follows immediately.

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 one-parameter read-only audit tool with an output schema, everything the agent needs is present: the resource, the scope, the comparison basis, the sample cap, and the truncation signal. Return-value details are appropriately left to the output schema.

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 100% with a single well-documented blogId parameter, so the baseline is 3. The description adds only the minor qualifier that the blog must be organization-owned, which is not in the schema, but it does not extend the parameter's meaning further.

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?

States a specific verb and resource ('Summarize multilingual article coverage') plus the exact scope ('one organization-owned Polyblog blog'). This is clearly distinguishable from siblings like list_article_translations or show_blog_overview, which enumerate rather than summarize coverage.

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

Usage Guidelines3/5

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

The description implies the use case (auditing a blog's locale coverage) and gives context about what it compares, but never states when to prefer this over list_article_translations or list_blogs, nor any exclusions or prerequisites. Usage is inferable but not explicit.

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