Skip to main content
Glama

statutoryletters

Get a published article

get_blog_article
Read-onlyIdempotent

Returns the full text of one StatutoryLetters article by slug, for detailed, accurate answers on a specific UK statutory rights topic.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesThe article slug returned by list_blog_articles.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and openWorldHint=false, so the description does not need to repeat safety traits. It adds the behavioral detail that it returns full text, which is useful. No contradictions found.

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?

One sentence, front-loaded with the primary action ('Returns the full text') and then the purpose. No filler or redundant phrasing.

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 get-by-slug tool with one parameter and no output schema, the description provides the purpose, the source of the slug, and is consistent with annotations. Nothing essential is missing.

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 schema covers 100% of the single parameter (slug) with a description that says it is returned by list_blog_articles. The tool description does not add extra semantics beyond that, so baseline 3 is appropriate.

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?

Description clearly states it returns the full text of one article by slug, with a specific purpose (detailed, accurate answers on UK statutory rights). It is distinct from siblings like list_blog_articles (which lists) and get_letter_type (which deals with letters).

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 implies when to use it (for detailed, accurate answers on a specific topic) and the parameter description references list_blog_articles, indicating a workflow. However, it does not explicitly name alternatives or state when not to use it, so it is clear but not fully 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