set_default_schema
Set the default schema for your catalog connection so you don't have to specify it on every operation when multiple schemas are available.
Instructions
Set the default schema for the active catalog connection.
When a catalog has multiple domain schemas, many operations require knowing which schema to use. Setting a default schema avoids having to specify it on every call.
Args: schema_name: Name of the domain schema to set as default (e.g., "isa", "my_project"). Must be one of the catalog's domain schemas.
Returns: JSON with status, default_schema, and domain_schemas.
Example: set_default_schema("isa") -> sets "isa" as the default schema
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |