Skip to main content
Glama

Skill Management MCP Server

by fkesheh

read_skill_file

View the complete contents of files within skill directories, including scripts, configuration files, and documentation, to examine file structure and content before modification or execution.

Instructions

Read and display the complete content of a specific file within a skill directory.

This tool allows you to view the contents of any file in a skill. Use this to:

  • Read Python scripts, data files, configuration files, etc.

  • Examine file contents before modifying them

  • Check file format and structure before running scripts

  • View documentation or data files

Parameters:

  • skill_name: The name of the skill directory (e.g., 'my-skill')

  • file_path: Relative path to the file within the skill directory (e.g., 'scripts/process.py', 'data/input.csv', 'README.md')

Important: file_path is relative to the skill's root directory, not the skills directory. Use forward slashes even on Windows.

Returns: The complete file content as text. If the file is very large, it will be truncated with a message indicating truncation.

Input Schema

NameRequiredDescriptionDefault
file_pathYesRelative path to the file within the skill directory (e.g., 'SKILL.md' or 'scripts/process.py')
skill_nameYesName of the skill

Input Schema (JSON Schema)

{ "properties": { "file_path": { "description": "Relative path to the file within the skill directory (e.g., 'SKILL.md' or 'scripts/process.py')", "title": "File Path", "type": "string" }, "skill_name": { "description": "Name of the skill", "title": "Skill Name", "type": "string" } }, "required": [ "skill_name", "file_path" ], "type": "object" }

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/fkesheh/skill-mcp'

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