Skip to main content
Glama

Ifá Wisdom — biblioteca de Ifá e Orixás

Posts do blog

list_articles
Read-onlyIdempotent

Lista os posts publicados do blog (mais novo primeiro), com resumo, categoria, tags e URL. Filtre por categoria se quiser.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
localeNoIdioma da resposta: pt-BR (base), en, es, de.pt-BR
categoryNo

Schema Changelog

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

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

The description adds behavioral context beyond the read-only and idempotent annotations by disclosing the sort order (newest first), the output shape (summary, category, tags, URL), and the optional category filter. It does not mention pagination or limit behavior, but the annotations already cover the safety profile, so this is a reasonable level of transparency.

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?

The description is two short sentences with no filler. It front-loads the core action and resource, then the ordering and output fields, then the optional filter. 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 list tool with no output schema, the description adequately covers return values and ordering, and the annotations cover read-only/idempotent behavior. It could add a note about limit/pagination behavior or an explicit pointer to get_article for full post content, but the current description is sufficient for an agent to call it correctly in most cases.

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 only 33%: only 'locale' is described. The description adds meaning for 'category' by saying users can filter by it, but it does not explain 'limit' or how ordering interacts with that parameter. The enum values and defaults help, but the description only partially compensates for the low schema coverage.

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 the verb 'Lista' (lists) and the resource 'posts publicados do blog' (published blog posts), and specifies the returned fields: summary, category, tags, and URL. It also names the ordering ('mais novo primeiro'), which distinguishes it from 'get_article' and other sibling tools that fetch single items or different content types.

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 usage context: it is for listing published blog posts with optional category filtering. It does not explicitly state when not to use it or name alternatives, but the blog-post scope and ordering make its role evident relative to siblings like get_article, list_studies, and search_library.

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.2/5.0
Disambiguation4/5

As ferramentas têm papéis majoritariamente distintos: get_ para itens únicos, list_ para coleções e search_library para busca transversal. A única sobreposição possível é entre get_glossary e search_library, mas a primeira é consulta direta ao dicionário e a segunda é busca geral.

Naming Consistency5/5

Todos os nomes seguem o padrão verbo_substantivo em snake_case, com verbos claros como get_, list_ e search_. Isso torna o conjunto previsível e fácil de usar.

Tool Count5/5

Sete ferramentas é um número bem equilibrado para uma biblioteca de conteúdo sobre Ifá e Orixás. Cada ferramenta cobre um tipo de recurso ou operação essencial sem excesso.

Completeness4/5

A superfície cobre os principais conteúdos: artigos, glossário, Odus, Orixás, estudos e busca integrada. Falta uma forma direta de listar todos os Odus ou Orixás, mas a busca pode mitigar essa lacuna.

Resources