Skip to main content
Glama

Task Trellis MCP

list_objects

Retrieve and filter objects from Task Trellis MCP by type, scope, status, priority, or closed status to manage tasks efficiently.

Instructions

Lists objects from the task trellis system

Input Schema

NameRequiredDescriptionDefault
includeClosedNoInclude closed objects (defaults to false)
kindYesType of objects to list
priorityNoPriority to filter objects (optional)
scopeNoScope to filter objects (optional)
statusNoStatus to filter objects (optional)

Input Schema (JSON Schema)

{ "properties": { "includeClosed": { "default": false, "description": "Include closed objects (defaults to false)", "type": "boolean" }, "kind": { "description": "Type of objects to list", "type": "string" }, "priority": { "description": "Priority to filter objects (optional)", "type": "string" }, "scope": { "description": "Scope to filter objects (optional)", "type": "string" }, "status": { "description": "Status to filter objects (optional)", "type": "string" } }, "required": [ "kind" ], "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