Skip to main content
Glama
Eilodon

DPS-Superskills-MCP

by Eilodon

skill_read

Read-onlyIdempotent

Retrieves the full raw skill definition including examples and pressure tests for a specified DPS SuperSkill. Ideal for reviewing complete skill documentation.

Instructions

Return the full SKILL.md content for a specific DPS SuperSkill. Use when you need the raw, complete skill definition including all examples and pressure tests. For a structured executable workflow, use skill_run instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
skill_nameYesThe skill slug to read (e.g. 'brainstorming', 'complexity-gate').
include_nanoNoAlso include the nano (compressed) version. Default: false.
Behavior4/5

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

Annotations already indicate readOnlyHint=true and idempotentHint=true. Description adds context that it returns full content including examples and pressure tests. Could mention that it returns raw markdown to be more explicit, but overall sufficient.

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?

Two sentences with no fluff. The first sentence states the purpose, the second provides usage guidance. Front-loaded and efficient.

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?

For a simple read tool with 2 parameters and no output schema, the description covers all essential aspects: purpose, when to use, behavioral note about content, and sibling differentiation.

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%, so baseline 3 applies. Description doesn't add additional semantics beyond the schema's parameter descriptions: skill_name accepts an enum of slugs, include_nano is a boolean for including a compressed version.

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 action ('Return the full SKILL.md content') and the resource ('specific DPS SuperSkill'). It distinguishes from the sibling skill_run by noting the alternative use case.

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 when to use ('when you need the raw, complete skill definition') and when not to, providing a direct alternative: 'For a structured executable workflow, use skill_run instead.'

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/Eilodon/DPS-Superskills-MCP'

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