generate_utcp_manual
Generate a UTCP manual template for any protocol (HTTP, CLI, MCP, SSE, Streamable HTTP) by specifying tool details, endpoint, and parameters.
Instructions
Generate a UTCP manual template for a specific protocol (HTTP, CLI, MCP, SSE, Streamable HTTP)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool_name | Yes | Tool name (snake_case) | |
| description | Yes | Tool description (what it does) | |
| protocol | Yes | Communication protocol type | |
| endpoint | No | API endpoint URL (for HTTP/MCP protocols) | |
| method | No | HTTP method (for HTTP protocols) | |
| parameters | No | Tool parameters definition | |
| include_auth | No | Include authentication section |