Skip to main content
Glama

One full blog article

portfolio_get_blog_post
Read-onlyIdempotent

The full content (markdown) of one article by slug.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
langNoContent language (all content exists in both en and ro)en
slugYesSlug from portfolio_list_blog_posts

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changed
    • changedInput schema / properties / lang / description
      Previous value: -"Limba conținutului (tot conținutul există în ro și en)"New value: +"Content language (all content exists in both en and ro)"
    • changedInput schema / properties / slug / description
      Previous value: -"Slug-ul din portfolio_list_blog_posts"New value: +"Slug from portfolio_list_blog_posts"
  2. First observed

TDQS

A4/5.0
Behavior4/5

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

Annotations already indicate readOnly, idempotent, non-destructive. The description adds that content is markdown, providing useful behavioral detail beyond the annotations.

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?

Single focused sentence with no unnecessary words. Every word adds value.

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?

Adequately covers the tool's purpose and parameters given high schema coverage and simplicity. Could mention return format explicitly but not required.

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 clear docs for both parameters. Description does not add additional meaning beyond what schema provides, 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?

The description clearly states it returns the full markdown content of one article by slug, distinguishing it from sibling tools like portfolio_list_blog_posts which list articles.

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?

Implied that slug comes from portfolio_list_blog_posts but no explicit when-to-use or when-not-to-use guidance. While sibling names suggest alternatives, the description lacks direct usage context.

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