Skip to main content
Glama

Task Trellis MCP

prune_closed

Remove closed objects from the Task Trellis system based on specified age in minutes, optionally scoped to a specific area. Simplify task management by automating cleanup.

Instructions

Prunes closed objects from the task trellis system

Input Schema

NameRequiredDescriptionDefault
ageYesAge in minutes for objects to be considered for pruning
scopeNoScope to prune objects from (optional)

Input Schema (JSON Schema)

{ "properties": { "age": { "description": "Age in minutes for objects to be considered for pruning", "type": "number" }, "scope": { "description": "Scope to prune objects from (optional)", "type": "string" } }, "required": [ "age" ], "type": "object" }
Install Server

Other Tools from Task Trellis MCP

Related Tools

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