get_schema
Return a sample database schema from the OCI MCP Blueprint demo. Optionally filter by table name and include hard-coded sample rows.
Instructions
Return the fake, hard-coded sample database schema used by the OCI MCP Blueprint demo server.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | No | Optional fake table name. When omitted, all tables are returned. | |
| include_sample_rows | No | Whether to include hard-coded sample rows. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||