Skip to main content
Glama

MQScript MCP Server

by allegiant

mqscript_split

Split a string into an array using a specified delimiter for mobile automation scripting, enabling structured data handling in device control operations.

Instructions

Split string into array using delimiter

Input Schema

NameRequiredDescriptionDefault
arrayVariableNoArray variable name to store resultarr
delimiterNoDelimiter character(s),
textYesString to split

Input Schema (JSON Schema)

{ "properties": { "arrayVariable": { "default": "arr", "description": "Array variable name to store result", "type": "string" }, "delimiter": { "default": ",", "description": "Delimiter character(s)", "type": "string" }, "text": { "description": "String to split", "type": "string" } }, "required": [ "text" ], "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