registry
Read the public registry to discover available tools, resources, and extensions in the workspace.
Instructions
Read the public Nogra MCP V1 registry.
Returns the public registry payload for the configured workspace, including public tool names, resource
URIs, boundary flags, extension metadata, and the workspace substrate paths that a caller may inspect.
When to use:
- Discover what the public Nogra MCP exposes before choosing another tool.
- Check whether extensions are enabled and which tools/resources are visible in this workspace.
When NOT to use:
- Do not use this to read the contents of resources; fetch the resource URI directly instead.
- Do not use this to create provider handoff receipts, post events, or update runs.
Examples:
>>> registry()
{"name": "nogra-mcp", "version": "v1.0.0", "status": "v1-local-validation", "tools": [...], ...}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||