load_api_schema_by_schemaName
Retrieve a specific API schema by name from the Control Plane OpenAPI server, returning full JSON details for inspection.
Instructions
Make Sure you have Called FIRST_STEP_get_api_script_guide first before this tool. Load a specific schema by its name.
Args: schema_name (str): The name of the schema to load (e.g., 'Stack', 'ErrorDetails').
Returns: str: JSON string containing the complete schema details or null if not found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |