Skip to main content
Glama

RBT Document Editor

by leo7nel23

append_table_row

Add new rows to table blocks in RBT documents by specifying project, table ID, and row content to expand data tables efficiently.

Instructions

Append a new row to a table block. Args: project_id: Project identifier block_id: Table block ID row_data: Row data (list of cell values) feature_id: Feature identifier (for RBT documents) doc_type: Document type - REQ/BP/TASK (for RBT documents) file_path: File path relative to docs/ (for general documents) Returns: Success message Example: append_table_row( project_id="knowledge-smith", feature_id="rbt-mcp-tool", doc_type="BP", block_id="blk-component-spec-table", row_data=["new_tool", "New tool description", "inputs", "outputs", "TASK-XXX", "Acceptance criteria"] ) @REQ: REQ-rbt-mcp-tool @BP: BP-rbt-mcp-tool @TASK: TASK-017-AppendTableRowTool

Input Schema

NameRequiredDescriptionDefault
block_idYes
doc_typeNo
feature_idNo
file_pathNo
project_idYes
row_dataYes

Input Schema (JSON Schema)

{ "properties": { "block_id": { "title": "Block Id", "type": "string" }, "doc_type": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Doc Type" }, "feature_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Feature Id" }, "file_path": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "File Path" }, "project_id": { "title": "Project Id", "type": "string" }, "row_data": { "items": { "type": "string" }, "title": "Row Data", "type": "array" } }, "required": [ "project_id", "block_id", "row_data" ], "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/leo7nel23/KnowkedgeSmith-MCP'

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