All tools
ToolRead
Get context run diagnostics
get_context_run_diagnosticsThe user explicitly asks Prism to retain, correct, or forget durable workspace context.
When to use it
The user explicitly asks Prism to retain, correct, or forget durable workspace context.
Typical workflow
Read context, list durable memory when stable ids are needed, then remember only explicit durable facts or preferences; correct or forget by stable memory id.
What it returns
Bounded memory records with stable ids, or the created, superseded, review-gated, suppressed, or purged workspace-memory result.
Avoid using it when
The information is transient, inferred without confirmation, or belongs in a source document instead of memory.
Advanced input contract
Agent hosts use this JSON Schema to validate the exact input shape.
View JSON Schema
{
"type": "object",
"properties": {
"contextRunId": {
"type": "string",
"format": "uuid"
}
},
"required": [
"contextRunId"
],
"additionalProperties": false
}