A safe, side-effect-free call that returns structured, schema-typed data for wordpress — discoverable, permissioned and logged.
nibwp/wp-list-posts is a read ability: it looks up data and returns validated JSON without changing anything on your site. Filter and paginate the results, then chain them into write calls.
| Name | Type | Required | Description |
|---|---|---|---|
| filters | object | optional | Filter the results by status, author, date or custom criteria. |
| per_page | number | optional | How many items to return. Defaults to 20. |
| page | number | optional | Page number for pagination. |
| fields | array | optional | Limit the response to specific fields. |
Side-effect-free — it never changes your data.
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.
ViewCreate or update e-commerce data in a single typed call — fields, status and relationships set together, with force-draft so nothing goes live unreviewed.
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 list or object with the requested data and a total count.
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.