Skip to main content
Glama

MQScript MCP Server

by allegiant

mqscript_mid

Extract substrings from text by specifying start position and optional length for precise text manipulation in mobile automation scripts.

Instructions

Get substring from specified position

Input Schema

NameRequiredDescriptionDefault
lengthNoLength of substring (optional)
resultVariableNoVariable name to store resultresult
startYesStarting position (1-based)
textYesSource string

Input Schema (JSON Schema)

{ "properties": { "length": { "default": -1, "description": "Length of substring (optional)", "type": "number" }, "resultVariable": { "default": "result", "description": "Variable name to store result", "type": "string" }, "start": { "description": "Starting position (1-based)", "type": "number" }, "text": { "description": "Source string", "type": "string" } }, "required": [ "text", "start" ], "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