All tools
ToolRead

Get effective memory policy

get_effective_memory_policy

The 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": {
    "folderId": {
      "type": "string",
      "format": "uuid"
    }
  },
  "required": [
    "folderId"
  ],
  "additionalProperties": false
}

Useful next tools