Skip to main content
Glama
mager

@mager/loooom-mcp

by mager

get_skill

Retrieve full details for any skill in the Loooom marketplace by its exact name. Get comprehensive information about a single skill to evaluate or use it.

Instructions

Get full details for a single skill by name

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesThe exact skill name (e.g. 'beginner-japanese')
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. 'Get full details' implies a safe read operation, but it does not explicitly state that it is read-only, what the response contains, or how errors are handled if the skill does not exist. 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.

Conciseness5/5

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

The description is a single, focused sentence that directly states the tool's purpose without any unnecessary words or repetition. It is effectively front-loaded and 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 tool with one parameter and no output schema, the description sufficiently covers the purpose and parameter. It does not explicitly enumerate what 'full details' includes, but this is a minor gap given the tool's simplicity.

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?

The input schema already fully documents the single 'name' parameter with an example ('beginner-japanese'), and the description's 'by name' adds no new semantics. With 100% schema coverage, the description appropriately relies on the schema for parameter understanding.

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 'Get' and clearly identifies the resource ('full details for a single skill') and the access method ('by name'). It distinguishes itself from sibling tools like list_skills and search_skills, which focus on listing or searching rather than retrieving a single skill's details.

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 clearly implies the tool is for when you need full details of a known skill by its exact name. However, it does not explicitly compare to alternatives like search_skills or state when not to use it, so it lacks explicit exclusions but provides sufficient context.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mager/loooom-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server