Skip to main content
Glama

read_skill_document

Retrieve specific documents, scripts, and resources from Claude skills to access Python scripts, reference materials, example data files, and images using pattern matching.

Instructions

Retrieve specific documents (scripts, references, assets) from a skill. Use this after searching for skills to access additional resources like Python scripts, example data files, reference materials, or images. Supports pattern matching to retrieve multiple files at once (e.g., 'scripts/*.py' for all Python scripts).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
document_pathNoPath or pattern to match documents. Examples: 'scripts/example.py', 'scripts/*.py', 'references/*', 'assets/diagram.png'. If not provided, returns a list of all available documents.
include_base64NoFor images: if True, return base64-encoded content; if False, return only URL. Default: False (URL only for efficiency)
skill_nameYesName of the skill (as returned by search_skills)

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/OrionLi545/claude-skills-mcp'

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