Get an intent
get_intentRetrieve an intent's full status, scopes, and open conflicts by ID to assess related work before acting.
Instructions
Read one intent by id, with its owning agent and the count and ids of its OPEN or COORDINATING conflicts (check_conflicts with intent_id shows severity). Use it to see an intent's current status (INTENT, CLAIMED, IN_PROGRESS, PROVISIONAL, VALIDATED, ACCEPTED, COMMITTED or DISCARDED), declared scopes and depends_on, for example before assessing someone else's related work. Read-only. Use query_work to search intents by agent, status or scope, and status for everything at once.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The intent id (int_...). |