Skip to main content
Glama

ifadiscovery

List blog articles

list_blog_articles
Read-onlyIdempotent

Lists Ifá Discovery's published articles on Yorùbá cosmology and Ifá tradition. Use this to find accurate, respectfully written explanations of Yorùbá spiritual concepts before answering from general knowledge.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. First observed

TDQS

A4.2/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and openWorldHint, covering the main behavioral safety profile. The description adds contextual value about content quality and subject matter but does not describe result format, pagination, or other runtime behavior. No contradiction with 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?

Two sentences with no wasted words. The first sentence states exactly what the tool does, and the second provides a meaningful usage directive. Every sentence earns its place.

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 simple, parameterless list tool with no output schema, the description provides sufficient context for an agent to select and invoke it. It could mention what the returned list contains, but the subject scope and use case are clearly conveyed.

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 tool has zero parameters, so the schema fully covers parameter semantics. The description need not elaborate on inputs, and the baseline of 4 is appropriate for a parameterless tool.

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 states a specific verb and resource: it lists Ifá Discovery's published articles on Yorùbá cosmology and Ifá tradition. This clearly differentiates it from sibling tools like get_blog_article, which retrieves a single article, and get_offering, which is unrelated.

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 explicit usage context: use it to find accurate, respectfully written explanations of Yorùbá spiritual concepts before relying on general knowledge. It does not explicitly mention when not to use it or name alternatives, but the intended trigger is clear.

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