# EndpointTool
## Properties
**name** | **String** | The tool name/operation ID |
**description** | **String** | Short description of the tool |
**instructions** | **String** | Detailed instructions for using the tool |
**path** | **String** | API endpoint path |
**method** | **String** | HTTP method (GET, POST, etc.) |
**path_params_schema** | Option<[**serde_json::Value**](.md)> | JSON schema for path parameters | [optional]
**query_params_schema** | Option<[**serde_json::Value**](.md)> | JSON schema for query parameters | [optional]
**body_schema** | Option<[**serde_json::Value**](.md)> | JSON schema for request body | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)