Skip to main content
Glama

Moltline Catalog — 138 Agent Skills & Personas

Get Free Skill

get_free_skill
Read-onlyIdempotent

Load a product's free gateway skill with its complete instructions. FREE.

Typical input {"slug": "inbox-zero-assistant"} returns {"slug": ..., "skill": "", "instructions": ""}.

Returns exactly one skill - the product's free gateway skill - chosen automatically from the slug, with no plan required. Use when the caller wants usable instructions immediately. Not for the product's other skills: those are named and need get_full_skill with a skill_name, which requires a paid plan. Errors: on invalid, missing, or malformed input this tool never raises a protocol error — it returns {"error": ""} (for example {"error": "unknown slug ''"}). Every call is read-only and idempotent, so after correcting the input it is always safe to retry.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesProduct slug exactly as returned by search_catalog, e.g. "inbox-zero-assistant".

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.7/5.0
Behavior5/5

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

Beyond the annotations (readOnlyHint, idempotentHint, destructiveHint), the description discloses that the tool never raises a protocol error but returns an error object on invalid input, and that it is safe to retry after correcting input. It also explains that the skill is chosen automatically with no plan required.

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 compact with three short paragraphs, each adding distinct value: purpose, example, usage guidelines and error behavior. Every sentence is informative with no redundancy or 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?

Given the tool has one required parameter, no enums, and an output schema exists, the description fully covers purpose, example, error handling, relationship to siblings, and retry safety. It is wholly sufficient for an agent to use the tool correctly.

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% with the slug parameter already documented with source and example. The description does not add new parameter details beyond what the schema provides, so baseline of 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?

The description clearly states 'Load a product's free gateway skill with its complete instructions', specifying verb (load) and resource (free gateway skill). It distinguishes from sibling get_full_skill by noting that other skills require a skill_name and a paid plan. A typical input/output example reinforces the purpose.

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?

Explicitly says 'Use when the caller wants usable instructions immediately' and contrasts with 'Not for the product's other skills: those are named and need get_full_skill with a skill_name, which requires a paid plan.' This provides direct when-to-use and when-not-to-use guidance, naming the alternative tool.

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

Most tools have clearly distinct purposes: listing, searching, recommending, previewing, and fetching different levels of detail. However, get_full_skill and get_free_skill could be confused since both return skill instructions but differ in which skill they target and plan requirements.

Naming Consistency4/5

The naming is largely consistent with a verb_noun pattern (list_kits, preview_product, search_catalog, etc.). However, there are minor deviations: get_free_skill uses 'free' as a qualifier rather than a verb, and upgrade_info is noun-heavy instead of verb_noun.

Tool Count5/5

With 10 tools covering discovery (search/recommend/list), preview, and detail retrieval across products, skills, personas, and kits, the count is well-scoped for a catalog API. Each tool has a clear role, and there is no noticeable bloat or deficiency.

Completeness4/5

The tool surface covers the full discovery-to-detail pipeline: browse/search/recommend, preview, then drill into free skill, full product, persona, kit, or specific paid skill. An 'upgrade_info' helper fills a support gap. A minor gap is the lack of a tool to list all products or browse by category without a keyword query.

Resources