Skip to main content
Glama
loaditoutadmin

loaditout-mcp-server

Official

get_skill

Retrieve comprehensive metadata for a skill by its slug: name, description, type, quality score, security grade, safety manifest, and install configs for 12 platforms. Use this to get full details before installing a known skill.

Instructions

Get comprehensive details for a specific skill by its slug. Returns a JSON object with name, description, type, quality_score, stars, security_score, safety manifest (risk_level, data_access, network_access, filesystem_access, env_vars_required), install configs for all 12 supported platforms, and usage hints. Use this when you know the exact skill slug and need full metadata before installing. Do not use this for discovery (use search_skills or recommend_skills instead).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesSkill slug in owner/repo format. The owner is the GitHub username or organization, and repo is the repository name. Examples: 'supabase/mcp', 'microsoft/playwright-mcp', 'anthropics/skills'. Use search_skills to find valid slugs if you do not know the exact one.
Behavior4/5

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

Describes what the returned JSON contains (name, description, type, quality_score, stars, security_score, safety manifest, install configs for 12 platforms, usage hints). Missing mention of read-only nature, error handling for non-existent slugs, or rate limits, but covers main behavioral aspects adequately.

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, front-loaded with main action, then structured list of returned fields, then usage guidance. No wasted words.

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?

With no output schema, the description compensates by listing all returned fields. Missing note on error handling for missing slug. Covers usage, param, and return value well.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Parameter 'slug' has 100% schema coverage with description and examples. The description adds extra context: slug format (owner/repo), examples, and advice to use search_skills if slug unknown.

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?

Clearly states it gets comprehensive details for a specific skill by slug. Distinguishes from sibling tools by explicitly stating not to use for discovery (use search_skills or recommend_skills instead).

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 states when to use (when you know exact slug and need full metadata before installing) and when not to use (for discovery), with clear alternatives (search_skills, recommend_skills).

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/loaditoutadmin/loaditout-mcp-server'

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