Skip to main content
Glama

mcp-editor

view

Access and inspect file contents or directory listings directly by specifying the path. Optionally view specific line ranges for precise information retrieval.

Instructions

View file contents or directory listing

Input Schema

NameRequiredDescriptionDefault
pathYesAbsolute path to the file or directory
view_rangeNoOptional range of lines to view [start, end]

Input Schema (JSON Schema)

{ "properties": { "path": { "description": "Absolute path to the file or directory", "type": "string" }, "view_range": { "description": "Optional range of lines to view [start, end]", "items": { "type": "number" }, "maxItems": 2, "minItems": 2, "type": "array" } }, "required": [ "path" ], "type": "object" }

Other Tools from mcp-editor

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/arathald/mcp-editor'

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