Skip to main content
Glama

LexRegPulse: Banking Regulation Brief

get_blog_post

Full text of one LexRegPulse deep-dive post as markdown, by slug (the last path segment of its URL, e.g. "occ-fdic-unsafe-unsound-rule-changed").

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesPost slug from get_blog_posts or the URL.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It does disclose the output format (markdown), which is useful, but it does not explicitly state that the operation is read-only, mention any auth requirements, or describe error behavior (e.g., missing slug). For a simple get operation the disclosure is adequate 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.

Conciseness5/5

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

A single, front-loaded sentence that states the purpose, output, and input format, and includes a concrete example. There is no redundant phrasing or filler, making it highly efficient.

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 one-parameter retrieval tool with no output schema, the description covers the essential context: what it does, what input it needs, where that input comes from, and what the output looks like. It omits error-handling details, but those are not critical for such a simple tool, so the description is sufficiently complete.

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

Parameters4/5

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

The schema already documents the 'slug' parameter with its source, achieving 100% coverage. The description adds value by explaining that the slug is the last path segment of the URL and providing a concrete example, which goes beyond the schema's basic description and clarifies the expected format.

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 identifies the action ('get'), the resource ('one LexRegPulse deep-dive post'), and the output format ('as markdown'). It distinguishes this tool from siblings like get_blog_posts (plural list) and other content-type retrievers, leaving no ambiguity about what it returns.

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 (when you have a slug and need the full text) and even points to get_blog_posts as the slug source. However, it does not explicitly state when NOT to use it or name alternative tools for different post formats, so it stops short of full exclusion guidance.

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.