Skip to main content
Glama

MQScript MCP Server

by allegiant

mqscript_cjson_set

Set values in JSON objects using property paths for mobile automation scripting with MQScript MCP Server.

Instructions

Set value in JSON object

Input Schema

NameRequiredDescriptionDefault
objectVariableYesJSON object variable name
pathYesProperty path (e.g., "data.items[0].name")
valueYesValue to set

Input Schema (JSON Schema)

{ "properties": { "objectVariable": { "description": "JSON object variable name", "type": "string" }, "path": { "description": "Property path (e.g., \"data.items[0].name\")", "type": "string" }, "value": { "description": "Value to set", "type": "string" } }, "required": [ "objectVariable", "path", "value" ], "type": "object" }

Other Tools from MQScript MCP Server

Related Tools

    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/allegiant/MQScript_MCP'

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