Skip to main content
Glama

MQScript MCP Server

by allegiant

mqscript_right

Extract a specified number of characters from the right side of a string for use in mobile automation scripts.

Instructions

Get specified number of characters from right side of string

Input Schema

NameRequiredDescriptionDefault
countYesNumber of characters to extract
resultVariableNoVariable name to store resultresult
textYesSource string

Input Schema (JSON Schema)

{ "properties": { "count": { "description": "Number of characters to extract", "type": "number" }, "resultVariable": { "default": "result", "description": "Variable name to store result", "type": "string" }, "text": { "description": "Source string", "type": "string" } }, "required": [ "text", "count" ], "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