recent_briefs
Retrieve recent draft and promoted briefs from your workspace. Build list of brief activity without reading full resource URIs.
Instructions
List recent public Nogra briefs.
Returns recent draft JSON and promoted markdown briefs from the configured workspace brief substrate.
When to use:
- Build caller-driven brief lists through tools.
- Inspect recent draft and promoted brief activity without reading resource URIs.
When NOT to use:
- Do not use this to read a specific brief body; use brief_read.
- Do not use this to create or promote briefs; use the write lifecycle tools.
Examples:
>>> recent_briefs(limit=10)
{"workspaceId": "local", "briefs": [...]}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of recent draft and promoted briefs to return. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||