get_endpoint_schema
Retrieve detailed API endpoint schemas to understand required parameters and proper usage for making accurate calls to the Brazilian Chamber of Deputies open data API.
Instructions
Retrieves the detailed schema for a single API endpoint.
Use this tool to understand exactly how to call a specific endpoint, including its required and optional parameters.
The path and method must be a valid combination obtained from the
list_api_endpoints tool.
Args: path (str): The endpoint path (e.g., '/deputados/{id}'). method (str): The endpoint method (e.g., 'GET').
Returns: APIResponse: An APIResponse object containing the Endpoint schema on success, or an error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| method | Yes |