Skip to main content
Glama

MQScript MCP Server

by allegiant

mqscript_cjson_get

Extract specific values from JSON objects using property paths for use in mobile automation scripts, enabling precise data retrieval during device control operations.

Instructions

Get value from JSON object

Input Schema

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

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" }, "resultVariable": { "default": "value", "description": "Variable name to store result", "type": "string" } }, "required": [ "objectVariable", "path" ], "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