Skip to main content
Glama

MQScript MCP Server

by allegiant

mqscript_cjson_parse

Parse JSON strings into structured objects for use in mobile automation scripts, enabling data handling and manipulation during device control operations.

Instructions

Parse JSON string to object

Input Schema

NameRequiredDescriptionDefault
jsonStringYesJSON string to parse
resultVariableNoVariable name to store parsed objectjsonObj

Input Schema (JSON Schema)

{ "properties": { "jsonString": { "description": "JSON string to parse", "type": "string" }, "resultVariable": { "default": "jsonObj", "description": "Variable name to store parsed object", "type": "string" } }, "required": [ "jsonString" ], "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