Skip to main content
Version: 5.5

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 dataREST 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.
For example, if the host URL in the connection is "http://Server:50117/api/" and "GetData" is configured here for the endpoint, this call can be accessed under ""http://Server:50117/api/GetData".

Http MethodThe Http methods supported by the REST endpoint can be selected here.
Response FormatThe format in which the response will be send, e.g. JSON.
Request ParametersThe expected parameters for a call can be specified here. These parameters must be sent with a request for the call to work.
Response ParameterThe parameters to be send sent with the response.

MCP Tool

NameDescription
Activate MCP ToolActivates the MCP Tool for the REST-Trigger
NameThe name of the MCP tool
DescriptionDescription of the MCP tool
Input SchemaSchema for the request to the MCP tool
Output FormatConfigures 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 SchemaSchema 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.