Skip to main content
Glama

ifadiscovery

Get blog article

get_blog_article
Read-onlyIdempotent

Returns the full text of one Ifá Discovery article by slug, for detailed, accurate answers on a specific Yorùbá cosmology topic.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesArticle slug, as returned by list_blog_articles.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  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 and idempotentHint=true, and the description adds beyond them by specifying the output shape: full text of exactly one article, selected by slug. This is appropriate for a low-risk read operation, though it does not cover not-found behavior or content formatting.

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 sentence states the action, resource, selector, and purpose without filler. The most important information is front-loaded and every phrase earns its place.

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 tool with a 100%-covered schema, the description is complete: it names the input (slug), the retrieval behavior (returns full text), and the domain purpose. No output schema exists, but 'full text' adequately describes the return value, and annotations cover the safety profile.

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% and the schema already explains slug as 'Article slug, as returned by list_blog_articles.' The description only repeats 'by slug' without adding format, provenance, or edge-case details, so it meets the baseline but adds no extra semantic value.

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 specifies a precise action ('Returns the full text'), a concrete resource ('one Ifá Discovery article'), and the key selector ('by slug'), while also stating the intended use case ('detailed, accurate answers on a specific Yorùbá cosmology topic'). This clearly distinguishes it from list_blog_articles, which would return catalogue entries rather than full article content.

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 gives clear context: call this when you need the full text of a specific article already identified by slug. It doesn't explicitly state alternatives or when-not-to-use it, but the 'by slug' qualifier and the contrast implied by 'one' article make the usage situation evident.

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.

TDQS

A4.5/5.0
Disambiguation5/5

Each tool has a clear, distinct purpose: listing articles, retrieving a specific article by slug, and retrieving offering details. There is no meaningful overlap or ambiguity between them.

Naming Consistency5/5

All tool names follow the same verb_noun pattern with snake_case: list_blog_articles, get_blog_article, get_offering. The convention is consistent and predictable.

Tool Count5/5

Three tools is appropriately scoped for a niche content-discovery server focused on blog articles and one offering. Each tool earns its place with no redundant or unnecessary additions.

Completeness5/5

The tool surface covers the server's apparent read-only purpose fully: listing available articles, retrieving full article content, and retrieving current offering details. No obvious lifecycle operations are missing because the server is not attempting to support creation, modification, or deletion.

Resources