Skip to main content
Glama

Read a blog post

get_blog_post

The full body of one published blog post, as markdown.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesFrom a list_blog_posts result
localeNoTwo-letter language code (en, fr, es, pt, it, de, nl, pl, th, hi, ko, ja). Defaults to English.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changed
    • changedInput schema / $schema
      Previous value: -"http://json-schema.org/draft-07/schema#"New value: +"https://json-schema.org/draft/2020-12/schema"
    • removedInput schema / additionalProperties
      Removed value: -false
  2. First observed

TDQS

A3.7/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. It does disclose that only published posts are returned and that the output is markdown, which is useful. However, it omits any behavior around missing slugs, locale handling, or whether other metadata is included. It is minimally transparent but not rich.

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 a single, brief phrase that gets straight to the point with no wasted words. It is front-loaded and appropriately sized for a simple read operation, though it is a fragment and could be a full sentence.

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 low-complexity tool with full schema coverage and no output schema, the description explains the core return value ('full body... as markdown') and the scope ('one published'). It does not discuss errors or edge cases, but the tool is simple enough that this is adequate. Slightly more detail on error behavior would be needed for a 5.

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%, so the baseline is 3. The description adds nothing about the parameters beyond what the schema already provides; it does not explain the slug semantics or locale defaults, but the schema already does. The description earns no extra credit.

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 title 'Read a blog post' provides the verb, and the description specifies the exact resource: 'the full body of one published blog post, as markdown.' It clearly differentiates from siblings like list_blog_posts by indicating a single post, and from generic fetch by specifying the format and published status.

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?

Usage is implied: if you need one post's content, use this tool. The slug parameter description in the schema ('From a list_blog_posts result') hints at a two-step flow, but the description itself does not explicitly state when to use this vs list_blog_posts or search, nor does it mention exclusions.

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.