Skip to main content
Glama

Task Trellis MCP

list_objects

Retrieve and filter objects in the Task Trellis system by type, scope, status, or priority. Use this tool to discover work items, understand project structure, and identify objects needing attention.

Instructions

Lists objects from the task trellis system

Use this tool to retrieve and filter objects based on various criteria. Essential for discovering existing work items, understanding project structure, and finding objects that need attention.

Available object types:

  • 'project': Top-level containers

  • 'epic': Large features within projects

  • 'feature': Specific functionality within epics

  • 'task': Individual work items

Available status values:

  • 'draft': Initial state for new objects

  • 'open': Ready to begin work (default for new objects)

  • 'in-progress': Currently being worked on

  • 'done': Completed successfully

  • 'wont-do': Cancelled or decided against

Available priority values:

  • 'high': Critical or urgent work

  • 'medium': Standard priority

  • 'low': Nice-to-have or future work

Key filtering options:

  • 'type': Filter by object category (project, epic, feature, task)

  • 'scope': Limit results to a specific project or area of work

  • 'status': Find objects in particular states (draft, open, in-progress, done, wont-do)

  • 'priority': Filter by importance level (high, medium, low)

  • 'includeClosed': Whether to show completed/archived objects (defaults to false)

Usage patterns:

  • List all tasks in progress: type='task', status='in-progress'

  • Find high priority work: priority='high', includeClosed=false

  • Review project scope: type='project', scope='specific-project'

  • Audit completed work: includeClosed=true, status='done'

  • Find cancelled items: status='wont-do', includeClosed=true

The results provide object summaries (TrellisObjectSummary instances) containing id, type, title, status, priority, parent, prerequisites, childrenIds, created, and updated fields to enable efficient filtering and further operations.

Input Schema

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

Input Schema (JSON Schema)

{ "properties": { "includeClosed": { "default": false, "description": "Include closed objects (defaults to false)", "type": "boolean" }, "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" }, "type": { "description": "Type of objects to list", "type": "string" } }, "required": [ "type" ], "type": "object" }

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