live · Developer Tools · JSON · API for agents
Search the Nodecraft knowledgebase for articles covering game server setup, configuration, troubleshooting, and Nodecraft platform features. Returns article titles, canonical URLs, category, and a short preview.
{
"name": "search_knowledgebase",
"kind": "read",
"impl": "imperative",
"description": "Search the Nodecraft knowledgebase for articles covering game server setup, configuration, troubleshooting, and Nodecraft platform features. Returns article titles, canonical URLs, category, and a short preview.",
"inputSchema": {
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Natural language search query — e.g. a game name, error message, or feature.",
"minLength": 1
},
"limit": {
"type": "integer",
"description": "Maximum number of articles to return (1-10).",
"minimum": 1,
"maximum": 10,
"default": 4
}
},
"required": [
"query"
]
},
"page": "/"
}List the games Nodecraft offers server hosting for. Returns each game's name, slug, public landing page URL (which includes pricing), minimum RAM in MB, and a `comingSoon` flag for unreleased titles. Useful for answering "does Nodecraft host X?" or recommending a game page.
{
"name": "list_supported_games",
"kind": "read",
"impl": "imperative",
"description": "List the games Nodecraft offers server hosting for. Returns each game's name, slug, public landing page URL (which includes pricing), minimum RAM in MB, and a `comingSoon` flag for unreleased titles. Useful for answering \"does Nodecraft host X?\" or recommending a game page.",
"inputSchema": {
"type": "object",
"properties": {
"includeComingSoon": {
"type": "boolean",
"description": "Include games that are announced but not yet available. Defaults to true.",
"default": true
}
}
},
"page": "/"
}List Nodecraft datacenter regions and their cities, including country code and lat/lon coordinates. Useful for helping a user pick the closest region for their game server, or answering "where does Nodecraft host servers?".
{
"name": "list_locations",
"kind": "read",
"impl": "imperative",
"description": "List Nodecraft datacenter regions and their cities, including country code and lat/lon coordinates. Useful for helping a user pick the closest region for their game server, or answering \"where does Nodecraft host servers?\".",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/"
}