Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
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 |
---|---|
execute_query | Execute a SQL query on the Oracle database |
list_tables | List tables from specified schema or all accessible schemas |
describe_table | Get table structure including columns, data types, and constraints |
get_table_indexes | Get indexes for a specific table |
get_table_constraints | Get constraints (primary keys, foreign keys, unique, check) for a table |
list_schemas | List all schemas in the database |