Skip to main content
Glama
boyonglin

skillsmp-mcp-lite

by boyonglin

Read Skill

skillsmp_read_skill
Read-onlyIdempotent

Read a skill's content directly from GitHub without cloning, and optionally run a security scan to verify safety.

Instructions

Read a skill's content directly from a GitHub repository (via GitHub API, fully online — no local clone) and optionally run Cisco Skill Scanner security analysis.

This tool fetches the SKILL.md content using the GitHub REST API, then optionally starts a local Skill Scanner API server (via uvx) and uploads the skill files as a ZIP for scanning. No files are written to disk. The skill is NOT installed — only read and scanned.

IMPORTANT: Use this to quickly load skill instructions and verify safety without manual steps.

Args:

  • repo (string, required): GitHub repository in 'owner/repo' format

  • skillName (string, required): Name of the skill to read

  • enableScan (boolean, optional): Run security scan (default: true, requires uv)

Returns: The full content of the skill's instructions (SKILL.md) with security scan results.

Examples:

  • repo: "existential-birds/beagle", skillName: "python-code-review"

  • repo: "LA3D/skillhelper", skillName: "code-reviewer", enableScan: false

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
repoYesGitHub repository in 'owner/repo' format (e.g., 'existential-birds/beagle')
skillNameYesName of the skill to read
enableScanNoRun Cisco Skill Scanner security scan automatically (requires uv installed). Default: true
Behavior5/5

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

The description goes far beyond the annotations by disclosing key behavioral traits: fully online (no local clone), no files written to disk, skill not installed, and optional local server startup (via uvx) for scanning. It also notes the prerequisite (uv) for the scan. This substantial extra context makes the tool's side effects and operational requirements clear.

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 well-structured with clear sections (purpose, behavior, usage note, args, returns, examples). It front-loads the core purpose, every sentence provides useful information, and the length is appropriate given the tool's complexity (3 parameters, optional scanning, side effects). No redundant or filler content.

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?

Despite having no output schema, the description explicitly states the return value ('full content of the skill's instructions (SKILL.md) with security scan results'). It also covers prerequisites, side effects, and non-destructive nature. This provides an agent with a complete understanding of what to expect and how to use the tool safely.

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

Parameters4/5

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

Schema coverage is 100%, so the baseline is 3. The description adds meaning through concrete examples for repo and skillName (e.g., 'existential-birds/beagle', 'python-code-review') and clarifies the enableScan default and uv requirement in the args section. While the schema already documents parameter formats, the examples provide additional concrete usage patterns that help an agent construct valid invocations.

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 begins with a specific verb ('Read') and a clear resource ('a skill's content directly from a GitHub repository'), distinguishes itself from sibling search tools by emphasizing direct content retrieval, and includes an explicit 'IMPORTANT' usage note. This leaves no ambiguity about the tool's primary function.

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 provides a clear when-to-use statement ('Use this to quickly load skill instructions and verify safety without manual steps') and includes examples. However, it does not explicitly mention alternatives or when not to use this tool, which would fully satisfy the rubric for a 5.

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/boyonglin/skillsmp-mcp-lite'

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