1425369f81
- Introduced the getApiDetails tool to fetch the full schema for REST API operations, including parameters and request body shape. - Updated the dashboard assistant to incorporate getApiDetails in the multi-step tool chain. - Enhanced error messages in executeApiCall to suggest using getApiDetails for missing parameters. - Updated documentation to reflect the new workflow for API operations, emphasizing the importance of calling getApiDetails before callApi.