Skip to main content
Glama

MonkeyType MCP Server

get_speed_histogram

Analyze typing speed distribution by generating a histogram for specific language and mode. Input parameters include target language, typing mode, and secondary mode values.

Instructions

Get speed histogram data

Input Schema

NameRequiredDescriptionDefault
languageYesTarget language for the speed histogram (e.g., 'english')
modeYesTyping mode (e.g., 'time', 'words')
mode2YesSecondary mode parameter (e.g., '60' for time mode)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "language": { "description": "Target language for the speed histogram (e.g., 'english')", "type": "string" }, "mode": { "description": "Typing mode (e.g., 'time', 'words')", "enum": [ "time", "words", "quote", "custom", "zen" ], "type": "string" }, "mode2": { "description": "Secondary mode parameter (e.g., '60' for time mode)", "type": "string" } }, "required": [ "language", "mode", "mode2" ], "type": "object" }

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/CodeDreamer06/MonkeytypeMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server