Create or update memory data in a single typed call — fields, status and relationships set together, with force-draft so nothing goes live unreviewed.
nibwp/memory-store is a write ability: it creates or updates records, validates every argument against a schema, honors force-draft, and returns the affected ID so agents can chain the next step.
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | optional | Target object ID when updating an existing item. |
| data | object | required | The fields to create or update. |
| status | enum | optional | draft · publish · pending. Force-draft can override. |
| meta | object | optional | Custom field key/value pairs to set. |
Make every AI write a draft until a human approves it.
Each call is logged with status, latency, user and IP.
Per-token throttling stops runaway bulk operations.
Grant this tool only to the agents that should have it.
A governed, destructive action for wordpress — gated behind explicit scopes, a required confirmation, and the audit log.
ViewA safe, side-effect-free call that returns structured, schema-typed data for memory — discoverable, permissioned and logged.
ViewCreate or update wordpress data in a single typed call — fields, status and relationships set together, with force-draft so nothing goes live unreviewed.
ViewA structured result with the affected ID, status and permalink, ready to chain.
Always — every call appears in the audit log with timing and the calling user.
Yes — enable or disable it per token and restrict by category, post type, rate and IP.
Yes — every argument is checked against the JSON schema before anything runs.
Book a demo and watch an agent call this ability through NibWP.