Skip to main content
Glama

Task Trellis MCP

append_modified_files

Append details of modified files to a task trellis object to maintain a comprehensive audit trail. Record file paths and descriptions of changes for tracking, code reviews, and impact analysis during task execution.

Instructions

Appends modified files information to a trellis object in the task trellis system

Use this tool to record files that have been modified during task execution, along with descriptions of the modifications made. This helps maintain a comprehensive record of changes associated with each work item for tracking and audit purposes.

File modification tracking purposes:

  • Record which files were changed during task execution
  • Document the nature of changes made to each file
  • Maintain audit trail of file-level modifications
  • Support code review and change management processes
  • Enable impact analysis for future changes

Input requirements:

  • Object ID: The unique identifier of the trellis object to update
  • Files Changed: A record mapping file paths to descriptions of modifications

File path guidelines:

  • Use relative paths from project root (e.g., "src/components/Button.tsx")
  • Include file extensions for clarity
  • Use forward slashes for path separators

Description guidelines:

  • Provide clear, concise descriptions of what was changed
  • Focus on the purpose and impact of changes rather than implementation details
  • Use consistent terminology across related modifications

The tool automatically merges descriptions for files that were previously modified, creating a comprehensive change history for each file within the context of the trellis object.

Input Schema

NameRequiredDescriptionDefault
filesChangedYesRecord of file paths to descriptions of modifications made
idYesID of the trellis object to update with modified files information

Input Schema (JSON Schema)

{ "properties": { "filesChanged": { "additionalProperties": { "type": "string" }, "description": "Record of file paths to descriptions of modifications made", "type": "object" }, "id": { "description": "ID of the trellis object to update with modified files information", "type": "string" } }, "required": [ "id", "filesChanged" ], "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/langadventurellc/task-trellis-mcp'

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