skills::resources-read
Internal: resolves an iii:// URI and returns the MCP resources/read contents envelope.
- uristringrequired
Agentic content registry worker. Hosts skills + prompts + the iii:// resource resolver that the mcp worker serves to harnesses.
Internal: resolves an iii:// URI and returns the MCP resources/read contents envelope.
Internal: returns the MCP resources/list envelope with the iii://skills index + one iii://{id} entry per registered skill.
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: returns the MCP prompts/list envelope (full arguments schema for each registered prompt).
Internal: returns the MCP resources/templates/list envelope.
Remove a registered prompt by name.
Internal: dispatches a registered prompt handler and normalizes the result for MCP prompts/get.
List registered skills (id, body length, registered_at, origin) without bodies. `origin` is `state` for state-backed entries, `fs` for filesystem-backed.
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.
List registered prompts (name, function_id, arg count, registered_at, origin). `origin` is `state` for state-backed entries, `fs` for filesystem-backed.
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}.
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.
Fires after any mutation of the prompts registry (register / unregister).
Fires after any mutation of the skills registry (register / unregister).