Skip to main content
Glama

MonkeyType MCP Server

get_results

Fetch typing test results from MonkeyType MCP Server, allowing users to retrieve data based on timestamp, offset, and limit parameters for precise querying.

Instructions

Get user's typing test results

Input Schema

NameRequiredDescriptionDefault
limitNoLimit results to the given amount
offsetNoOffset of the item at which to begin the response
timestampNoTimestamp of the earliest result to fetch

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "description": "Limit results to the given amount", "type": "number" }, "offset": { "description": "Offset of the item at which to begin the response", "type": "number" }, "timestamp": { "description": "Timestamp of the earliest result to fetch", "type": "number" } }, "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