Skip to main content
Glama

manage_logs

Retrieve, filter, and clear Roblox Studio logs with level filtering, pattern matching, and incremental polling capabilities for debugging and monitoring.

Instructions

Output logs: get filtered logs, poll incrementally with sinceSeq cursor, clear buffer, get recent errors.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesLog action. get: retrieve logs with optional level/limit/since/sinceSeq filters. clear: clear internal log buffer without resetting seq. errors: quick access to recent errors only.
levelNoLog level filter. Used by: get. Default: "all".
limitNoMaximum entries to return. Used by: get (default: 100, max: 500), errors (default: 20, max: 100).
patternNoText pattern to filter log messages. Used by: get.
sinceNoUnix timestamp in milliseconds. Only logs after this time. Used by: get.
sinceSeqNoReturn only logs after this sequence number. Cursor mode returns logs oldest-to-newest and includes lastSeq/oldestSeq/hasMore/cursorStatus. Used by: get.

Latest Blog Posts

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/hope1026/roblox-mcp'

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