Skip to main content
Version: 5.5

REST Trigger

The REST trigger provides REST API endpoints. When a request is sent to the provided endpoint, a transfer is triggered. How to create a transfer object is described on the Projecting page.

The following properties can be configured:

PropertyDescription
ConnectionREST server connection through which the endpoint is to be provided.
Endpoint

Defines 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 as the endpoint, this call can be accessed at "http://Server:50117/api/GetData".

HTTP methodHere you can select the HTTP methods supported by the REST endpoint.
Response formatThe format in which the response is sent, e.g., JSON.
Request ParameterHere you can specify the expected parameters for a call. These parameters must be sent with a request for the call to work.
Response ParameterThe parameters that are sent with the response.

MCP Tool

PropertyDescription
Activate MCP toolActivates the MCP tool for the REST trigger
NameThe name of the MCP tool
DescriptionDescription for 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.