Skip to main content
Glama

Task Trellis MCP

get_object

Retrieve detailed information about a specific object by its ID, including metadata, relationships, content, activity history, and file associations. Essential for task context review, status checks, and dependency verification.

Instructions

Gets an object from the task trellis system

Use this tool to retrieve detailed information about a specific object by its unique ID. Returns the complete object data including metadata, relationships, content, and activity history.

Key information retrieved:

  • Object metadata (type, title, status, priority, timestamps)

  • Hierarchical relationships (parent, children, prerequisites)

  • Content body and description

  • Activity log and change history

  • File associations and modifications

  • Current state and progress indicators

Usage scenarios:

  • Review task details before starting work

  • Check object status and dependencies

  • Examine change history and activity logs

  • Understand parent-child relationships

  • Verify prerequisite completion

  • Access associated file changes

Essential for understanding the full context of a work item before making modifications or planning next steps.

Input Schema

NameRequiredDescriptionDefault
idYesID of the object to retrieve

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "ID of the object to retrieve", "type": "string" } }, "required": [ "id" ], "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