Skip to main content
Glama

MQScript MCP Server

by allegiant

mqscript_len

Calculate the character count of a string input for use in mobile automation scripts, storing the result in a specified variable.

Instructions

Get length of a string

Input Schema

NameRequiredDescriptionDefault
resultVariableNoVariable name to store resultresult
textYesString to get length of

Input Schema (JSON Schema)

{ "properties": { "resultVariable": { "default": "result", "description": "Variable name to store result", "type": "string" }, "text": { "description": "String to get length of", "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