Skip to content

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.

ParameterTypeRequiredDescription
idstringYesThe ID of the PARA item
{
"id": "...",
"category": "projects",
"slug": "my-project",
"label": "My Project",
"description": null,
"deadline": null,
"status": "active",
"created_at": "..."
}
CodeWhen
NOT_FOUNDThe PARA item does not exist in the current tenant
  • To list items rather than fetch one by ID, use lb_list_para_items.
  • status is one of active, completed, or archived. Completed and archived items are still returned by this tool.