windmill-api 1.682.0

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Documentation
# \McpApi

All URIs are relative to */api*

Method | HTTP request | Description
------------- | ------------- | -------------
[**list_mcp_tools**]McpApi.md#list_mcp_tools | **GET** /mcp/w/{workspace}/list_tools | list available MCP tools



## list_mcp_tools

> Vec<models::EndpointTool> list_mcp_tools(workspace)
list available MCP tools

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**workspace** | **String** |  | [required] |

### Return type

[**Vec<models::EndpointTool>**](EndpointTool.md)

### Authorization

[cookieAuth](../README.md#cookieAuth), [bearerAuth](../README.md#bearerAuth)

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)