Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
XANO_API_KEY | Yes | Your Xano API key | |
XANO_API_BASE | Yes | Your Xano instance API URL (e.g., https://your-instance.xano.io/api:meta) | |
XANO_WORKSPACE | Yes | Your Xano workspace ID |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
list-tables | Browse all tables in the Xano workspace |
get-table-schema | Browse the schema of a table |
add-table | Add a new table to the Xano database |
edit-table-schema | Edit the schema of an existing table (add, remove, or modify columns) |
get-api-spec | Get and convert Swagger specification for an API group to a minified markdown format |
create-api-group | Create a new API group in the Xano workspace |
list-api-groups | Browse all API groups in the Xano workspace |
browse-apis | Browse APIs in a specific API group |
add-api | Add a new API to an API group |