Skip to main content
Glama

simplifier-mcp

by SimplifierIO

connector-wizard-rfc-create

Create RFC connector calls for SAP system functions. Select function names to generate connector calls that enable integration with remote SAP systems.

Instructions

Create one or more calls for an RFC connector using the wizard

The RFC connector requires calls to refer to existing functions on the remote SAP system. To find available functions, use the resource template simplifier://connector-wizard/{connectorName}/search/{term}/{page}. Select the desired function names and pass them to this tool.

Input Schema

NameRequiredDescriptionDefault
connectorNameYesName of the RFC Connector to add calls to
rfcFunctionNamesYesNames of the SAP system's functions for which to create connector calls

Input Schema (JSON Schema)

{ "properties": { "connectorName": { "description": "Name of the RFC Connector to add calls to", "type": "string" }, "rfcFunctionNames": { "description": "Names of the SAP system's functions for which to create connector calls", "items": { "type": "string" }, "type": "array" } }, "required": [ "connectorName", "rfcFunctionNames" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/SimplifierIO/simplifier-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server