ghostrigger_list_resources
Lists all kotor:// URI resource templates from GhostRigger, returning a JSON array with each resource's URI, name, description, and MIME type.
Instructions
List all kotor:// URI resource templates available from GhostRigger.
Returns the list of resource templates defined by KotorMCP, e.g.: kotor://k1/2da/{table} kotor://k1/tlk/{strref} kotor://k1/module/{module_id}/utc/{resref}
Returns: JSON string: {"resources": [{uri, name, description, mimeType}, ...]}
KB: see knowledge_base/16_ANIMATION_DEEP_DIVE.md#overview Example: ghostrigger_list_resources()
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |