REST Trigger Transfer Object
The rest trigger provides rest API endpoints. When a request is sent to the provided endpoint, a transfer is triggered.

REST Trigger
The following properties can be configured:
| Set of access data | REST server connection via which the endpoint is to be provided. |
| Endpoint | Determines the part of the URL after the host URL of the selected connection. |
| Http Method | The Http methods supported by the REST endpoint can be selected here. |
| Response Format | The format in which the response will be send, e.g. JSON. |
| Request Parameters | The expected parameters for a call can be specified here. These parameters must be sent with a request for the call to work. |
| Response Parameter | The parameters to be send sent with the response. |
MCP Tool
| Name | Description |
|---|---|
| Activate MCP Tool | Activates the MCP Tool for the REST-Trigger |
| Name | The name of the MCP tool |
| Description | Description of the MCP tool |
| Input Schema | Schema for the request to the MCP tool |
| Output Format | Configures the format in which the data is returned. With TextContentBlock, text without a configured structure is sent. With StructuredContent, a schema can be configured for the output |
| Output Schema | Schema for the return of the MCP tool. This can only be edited if StructuredContent is configured as the output format. |
Documentation of the schemas used can be found on the official website modelcontextprotocol.com in the schema reference.