Skip to main content
Glama

update_section_summary

Modify section summaries in RBT documents by providing new text content while maintaining document structure and reducing processing overhead.

Instructions

Update section summary text. Args: project_id: Project identifier section_id: Section ID to update new_summary: New summary text 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: update_section_summary( project_id="knowledge-smith", feature_id="rbt-mcp-tool", doc_type="BP", section_id="sec-components", new_summary="Updated component specifications with new requirements" ) @REQ: REQ-rbt-mcp-tool @BP: BP-rbt-mcp-tool @TASK: TASK-007-UpdateSectionSummaryTool-Server-Setup

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
doc_typeNo
feature_idNo
file_pathNo
new_summaryYes
project_idYes
section_idYes

Latest Blog Posts

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