Search Nakama API actions
nakama_search_actionsSearch the Nakama API catalog using natural language to find matching action IDs, HTTP paths, and parameter schemas for client or console operations.
Instructions
Search the Nakama API catalog (179 operations: 87 client, 92 console) by natural-language intent and get matching action IDs, HTTP method/path, summaries, and parameter schemas. Use this to discover the action_id you then pass to nakama_execute_action. Results include resolved request-body field schemas when available. Examples: 'list players', 'write storage object', 'leaderboard records', 'ban account', 'active matches'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Natural-language description of what you want to do. | |
| surface | No | Limit to 'client' (player-facing :7350) or 'console' (admin :7351) API. | |
| limit | No | Max results (default 20). |