Skip to main content
Glama
refined-element

Ask Refined Element MCP Server

Official

Get a free checklist

get_checklist

Fetch a complete free checklist by slug to get its title, summary, topic, audience, and ordered action steps. Premium or unknown slugs return guidance or a not-found result.

Instructions

Fetch one full free checklist from the Ask Refined Element pack by slug (e.g. geo-readiness-checklist-basic). Returns the checklist's title, summary, topic, audience, and complete ordered steps — each with its one-line action and an explanatory sentence — ready to follow, quote, or hand to a user. If the slug names a premium checklist the response explains it is paid and points you to get_paid_playbook. Unknown slugs return a not-found result. Get valid slugs from search_refined_element_knowledge.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesChecklist slug, e.g. geo-readiness-checklist-basic.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.0

TDQS

A4.7/5.0
Behavior5/5

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

With no annotations, the description carries the full burden and does so: it discloses the exact return shape (title, summary, topic, audience, ordered steps with action + explanation), the premium-slug branch behavior, and the unknown-slug not-found case. That edge-case and return-content coverage is well beyond anything structured fields provide.

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?

Three tight sentences, front-loaded with the action and scope, followed by return content and then routing/error guidance. Every clause earns its place with no filler.

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?

With no output schema and no annotations, the description fully compensates by describing the returned fields, the premium-path behavior, and the not-found outcome, plus where to obtain valid slugs. An agent has everything needed to call and interpret this tool.

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 coverage is 100% and the single slug parameter is fully documented in the schema with the same example the description uses. The description adds no syntax, format, or constraint detail beyond the schema, so baseline 3 is appropriate.

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?

States a specific verb (fetch) and resource (one full free checklist) plus the source pack and slug identifier. It explicitly distinguishes itself from get_paid_playbook for premium content, so an agent can route correctly without opening a schema.

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

Usage Guidelines5/5

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

Names both the input source ('Get valid slugs from search_refined_element_knowledge') and the alternative for premium slugs (get_paid_playbook). When-to-use and where-to-get-inputs are both explicit, leaving nothing to inference.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.