lb_get_para_item
Returns a single PARA item (project, area, or resource) by ID. Use this after obtaining a para_item_id from a node or a capture’s para_hint_resolution.
Parameters
Section titled “Parameters”| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | Yes | The ID of the PARA item |
Response
Section titled “Response”{ "id": "...", "category": "projects", "slug": "my-project", "label": "My Project", "description": null, "deadline": null, "status": "active", "created_at": "..."}Errors
Section titled “Errors”| Code | When |
|---|---|
NOT_FOUND | The PARA item does not exist in the current tenant |
Usage notes
Section titled “Usage notes”- To list items rather than fetch one by ID, use
lb_list_para_items. statusis one ofactive,completed, orarchived. Completed and archived items are still returned by this tool.