Skip to main content
Glama

list_guides

List educational guides (slug, title, description, url). Educational only. Not financial advice. Not an FSP/CASP. DYOR. Listings and tools are not buy, sell, custody, or swap recommendations.

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

A3.6/5.0
Behavior3/5

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

With no annotations provided, the description is the only source of behavioral context. It discloses the output fields and the educational nature of the content, but it does not state whether the operation is read-only, whether any pagination or limits exist, or whether authentication is needed. For a simple zero-parameter list, this 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.

Conciseness3/5

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

The first sentence is front-loaded and useful, but the description carries several overlapping legal disclaimers ('Not financial advice', 'Not an FSP/CASP', 'DYOR', 'not buy, sell, custody, or swap recommendations'). These are relevant for compliance but add redundancy and length beyond the core functional description.

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 zero-parameter tool with no output schema, the description covers the essential calling context: what the tool lists and what fields will appear in the results. It is not missing critical invocation details, though it could optionally mention ordering or pagination.

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 input schema has zero properties and schema coverage is 100%, so there are no parameters for the description to explain. Per the rubric, zero parameters baseline is 4, and the description appropriately avoids inventing parameter semantics that do not exist.

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 uses a specific verb ('List') and a distinct resource ('educational guides'), and even enumerates the returned fields (slug, title, description, url). This clearly differentiates it from sibling list tools such as list_directory, list_notes, and list_pillars.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no explicit guidance on when to use this tool versus alternatives, and it names no sibling tools or exclusion criteria. The resource name and verb imply its use, but that is left to inference rather than stated.

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

B3.4/5.0
Disambiguation3/5

list_directory and search_directory accept nearly identical filters (q, category, tag), so their boundaries blur. The get_/list_/search_ split is otherwise clear, and the meta endpoints (disclaimer, site_posture, llms_map) are distinct though thematically related.

Naming Consistency5/5

All tool names consistently follow a verb_noun snake_case pattern using only get_, list_, and search_. There are no mixed conventions, vague verbs, or unpredictable naming.

Tool Count4/5

Twelve tools is within a reasonable range for a read-only educational content server. However, the overlap between list_directory and search_directory suggests the surface could be slightly trimmed without losing core functionality.

Completeness4/5

The server covers directory browsing, educational content listing and searching, metrics, and site-positioning meta endpoints well. Missing per-item getters for guides and notes is a minor gap since lists include URLs and search covers those types; write operations are not expected for an educational-only server.

Resources