Skip to main content
Glama

Revenue Engine MCP

delete_matrix_rows

Remove specific data rows from the Knowledge Matrix in Google Sheets. Preview changes first, then confirm to delete rows 3 and above while preserving header rows.

Instructions

Delete rows from Knowledge Matrix with confirmation requirement. First call shows preview, second call with confirm=true executes deletion. Cannot delete header rows (1-2).

Input Schema

NameRequiredDescriptionDefault
confirmNoSet to true to actually delete (first call without this shows preview)
endRowYesLast row to delete (inclusive)
startRowYesFirst row to delete (must be >= 3)

Input Schema (JSON Schema)

{ "properties": { "confirm": { "description": "Set to true to actually delete (first call without this shows preview)", "type": "boolean" }, "endRow": { "description": "Last row to delete (inclusive)", "type": "number" }, "startRow": { "description": "First row to delete (must be >= 3)", "type": "number" } }, "required": [ "startRow", "endRow" ], "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/PromptishOperations/mcpSpec'

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