Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AF_DB_HOST | Yes | The database host | |
| AF_DB_NAME | Yes | The database name | |
| AF_DB_PORT | No | The database port | 5432 |
| AF_DB_USER | Yes | The database username | |
| AF_DB_PASSWORD | Yes | The database password |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| query | Execute a read-only SQL query against the database. |
| list_tables | List all tables in the database. |
| describe_table | Get detailed schema information for a table. |
| sample_data | Get sample rows from a table. |
| count_rows | Count rows in a table, optionally with a WHERE clause. |
| search_columns | Search for columns by name across all tables. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |