List targeted briefs
list_briefsFind brief IDs by listing targeted briefs newest first. Filter by targetAgent, status, or required tags; returns metadata only, with optional limit.
Instructions
List targeted briefs in this store, newest first, to find a brief ID before reading one with get_targeted_brief. Returns brief metadata only, never the rendered Markdown; targetAgent and status filters match exactly, a tag filter requires every listed tag, and all matches are returned unless limit is set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Return only briefs carrying every tag listed; tags are slug-matched. | |
| limit | No | Maximum briefs to return (1-50). Results are newest-first, so a limit keeps the most recent; unset returns every match. | |
| since | No | ISO 8601 timestamp intended to bound results by creation time; accepted but not applied by the MCP server, which returns all matching briefs. | |
| status | No | Return only briefs in this lifecycle state: draft, active, or archived. | |
| targetAgent | No | Return only briefs whose targetAgent equals this value exactly. |