Skip to main content
Glama

simplifier-mcp

by SimplifierIO

businessobject-function-test

Execute business object functions with input parameters to test functionality and verify results using real data.

Instructions

#Test a Business Object Function

Execute a business object function with provided input parameters for testing purposes. This allows you to test your functions with real data and see the results.

Common Base Data Type IDs:

  • String: "22ED1F787B6B0926AB0577860AF7543705341C053EB1B4A74E7CC199A0645E52"

  • Integer: "B9B1191E0B70BA0845CF4F6A4F4C017594F8BA84FD2F1849966081D53A8C836D"

  • Boolean: "2788FB5AA776C62635F156C820190D0FD3D558765201881A77382093F7248B39"

  • Date: "06A9841478D7BE17C423F11C38CD6829E372093DBEC144F2A85FC7165BE8CD80"

  • Float: "C09139C72F5A8A7E0036BA66CE301748BD617F463683EE03F92EDAAAA4AF8BC7"

  • Any: "D31053204B4A612390A2D6ECDF623E979C14ADC070A7CB9B08B2099C3011BCAB"

Parameter Usage:

  • Use parameter "name" if no alias is defined

  • Use parameter "alias" instead of name if alias is defined in the function

  • Values must match the expected data type

Error Handling:

  • Wrong BO/function name → 404 error

  • Missing required parameters → 400 error

  • Wrong parameter names → 400/500 error

  • Invalid parameter values → 400/500 error

Input Schema

NameRequiredDescriptionDefault
businessObjectNameYes
functionNameYes
inputParametersNoInput parameters for the function

Input Schema (JSON Schema)

{ "properties": { "businessObjectName": { "type": "string" }, "functionName": { "type": "string" }, "inputParameters": { "default": [], "description": "Input parameters for the function", "items": { "additionalProperties": false, "properties": { "name": { "description": "Parameter name (or alias if defined)", "type": "string" }, "value": { "description": "Parameter value - can be any JSON value" } }, "required": [ "name" ], "type": "object" }, "type": "array" } }, "required": [ "businessObjectName", "functionName" ], "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