Skip to main content
Glama

mcp-wcgw

Apache 2.0
562
  • Apple
  • Linux

ReadFiles

Extract and analyze full file content or specific line ranges from absolute paths. Enables precise file reading for tasks requiring line number understanding.

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" }, "type": "array" } }, "required": [ "file_paths" ], "type": "object" }

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