atisbo_lookup
Find or open Atisbo entities. Opening snippet:// returns its text and signed attachment URLs. Other modes expose queues, outcomes and implementation context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | open: a handle ref like claim:UUID, snippet://UUID or document://UUID. | |
| mode | Yes | Named by its enum value; mode-specific notes return in meta.guidance after the call. | |
| refs | No | open: several handle refs in one call (max 10). | |
| depth | No | summary (alias: brief) = compact fields; work = full context (default). | |
| limit | No | Max results; each delegated mode clamps to its own ceiling. | |
| query | No | Search text for resolve/context modes. | |
| scope | No | Scope for context mode or living_doc list mode. | |
| state | No | Work-state filter; todo=DESIGNING. | |
| types | No | Entity kinds for resolve mode. | |
| cursor | No | Pagination cursor from a previous response. | |
| map_id | No | Map UUID. | |
| status | No | Status filter — see guidance for what "archived" covers. | |
| node_id | No | Node UUID. | |
| sort_by | No | Solution list order; priority = evidence-weighted priority × PM boost. | |
| anchored | No | Claim list anchoring filter. | |
| claim_id | No | Claim UUID — resolve names with atisbo_lookup mode=resolve first | |
| scope_id | No | Scope UUID when scope is not company. | |
| lifecycle | No | Solution lifecycle filters. | |
| target_id | No | Generic UUID for claim/solution/node/map/doc reads. | |
| claim_state | No | work_queue: the three Claim states shown in the UI. | |
| debug_score | No | For claim mode, include PowerScore factor breakdown. | |
| document_id | No | Living document UUID. | |
| review_kind | No | orphans/claims/solutions: entities not yet checkpointed (atisbo_decide mode=mark_reviewed). | |
| solution_id | No | Solution UUID — resolve names with atisbo_lookup mode=resolve first | |
| action_cursor | No | work_queue: action_queue cursor. Restart from page one after each mutation. | |
| include_stale | No | Include stale claims in claims mode. | |
| dirty_event_id | No | doc_patch_context: loads this dirty event's snippets so the patch can resolve it. | |
| exception_cursor | No | work_queue: pages pm_exceptions, from pm_exceptions_next_cursor. | |
| operational_block_cursor | No | work_queue: pages operational_blocks, from operational_blocks_next_cursor. |