Skip to main content
Glama

mcp-wcgw

Apache 2.0
510
  • Apple
  • Linux

ReadFiles

Extract full content or specific line ranges from files using absolute paths. Supports ~ notation and line extraction for task-specific needs. Part of the mcp-wcgw server for enhanced file handling and shell integration.

Instructions

  • Read full file content of one or more files.
  • Provide absolute paths only (~ allowed)
  • Only if the task requires line numbers understanding:
    • You may extract a range of lines. E.g., /path/to/file:1-10 for lines 1-10. You can drop start or end like /path/to/file:1- or /path/to/file:-10

Input Schema

NameRequiredDescriptionDefault
file_pathsYes

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "file_paths": { "items": { "type": "string" }, "title": "File Paths", "type": "array" } }, "required": [ "file_paths" ], "title": "ReadFiles", "type": "object" }
Install Server

Other Tools from mcp-wcgw

Related Tools

    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/rusiaaman/wcgw'

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