Skip to main content
Glama

select

Choose specific lines in a text file for targeted editing by specifying start and end line numbers. Ideal for batch updates or selective modifications.

Instructions

Select lines from for subsequent overwrite operation.

Args: start (int): Start line number (1-based) end (int): End line number (1-based)

Returns: dict: status, lines, start, end, id, line_count, message

Input Schema

NameRequiredDescriptionDefault
endYes
startYes

Input Schema (JSON Schema)

{ "properties": { "end": { "title": "End", "type": "integer" }, "start": { "title": "Start", "type": "integer" } }, "required": [ "start", "end" ], "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/danielpodrazka/editor-mcp'

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