prompts::list
List registered prompts (name, function_id, arg count, registered_at).
- promptsunknown[]required
Agentic content registry worker. Hosts skills + prompts + the iii:// resource resolver that the mcp worker serves to harnesses.
List registered prompts (name, function_id, arg count, registered_at).
Remove a registered prompt by name.
Internal: dispatches a registered prompt handler and normalizes the result for MCP prompts/get.
Fetches the content of one or more skill resources identified by iii:// URIs. When you encounter iii:// links in skill instructions, use this tool to retrieve their contents (batch with `uris` when helpful).
A single iii:// URI to read. Must start with "iii://".
Multiple iii:// URIs to read and concatenate into one response.
Internal: returns the MCP prompts/list envelope (full arguments schema for each registered prompt).
List registered skills (id, body length, registered_at) without bodies.
Fetches the content of one or more skill resources identified by iii:// URIs. When you encounter iii:// links in skill instructions, use this tool to retrieve their contents (batch with `uris` when helpful).
A single iii:// URI to read. Must start with "iii://".
Multiple iii:// URIs to read and concatenate into one response.
Internal: returns the MCP resources/list envelope with the iii://skills index + one iii://{id} entry per registered skill.
Internal: returns the MCP resources/templates/list envelope.
Register a slash-command prompt; clients call prompts/get to render it.
Free-text description shown in the client's prompt picker.
Handler function called on prompts/get with the supplied arguments.
Unique prompt name (lowercase ASCII, kebab/underscore, max 64 chars).
Remove a registered skill by id.
Internal: resolves an iii:// URI and returns the MCP resources/read contents envelope.
Register a markdown skill so it appears as iii://{id} in resources/list.
Unique skill id (lowercase ASCII, kebab/underscore, max 64 chars).
Markdown body served at iii://{id}.
Fires after any mutation of the skills registry (register / unregister).
Fires after any mutation of the prompts registry (register / unregister).