Skip to main content
Glama

Search Roblox bug reports

search_bugs
Read-only

Search DevForum bug-report categories to determine if a Roblox error is a known bug, and get report details like category, last activity, and solution status to tell if it's the platform or your code.

Instructions

Search only the DevForum bug-report categories (engine, Studio, cloud services, mobile, website, Creator Hub, purchasing). Use this to answer "is this a known Roblox bug or is it my code?" — a hit means somebody reported the same symptom, with its category, last-activity date and whether a reply was marked as the solution. Roblox does not tag reports with a public triage state, so read the thread with get_thread to see whether staff actually answered.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
areaNoNarrow to a single bug category slug, e.g. engine-bugs, studio-bugs, cloud-services-bugs, mobile-bugs, website-bugs, creator-hub-bugs, purchasing-bugs, documentation-issues. Defaults to every bug category.
afterNoOnly reports active after this date (YYYY-MM-DD).
limitNo
queryYesSearch text, or an array of up to 5 phrasings run in parallel and merged. Multiple phrasings are the fast way to cover a problem: ["DataStore 502", "API Services rejected request", "datastore timeout"]. Topics found by more than one phrasing rank highest.
max_tokensNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed3 schema fields changedv1.1.5
    • changedInput schema / properties / area / description
      Previous value: -"Narrow to a single bug category, e.g. engine-bugs or studio-bugs."New value: +"Narrow to a single bug category slug, e.g. engine-bugs, studio-bugs, cloud-services-bugs, mobile-bugs, website-bugs, creator-hub-bugs, purchasing-bugs, documentation-issues. Defaults to every bug category."
    • removedInput schema / properties / area / enum
      Removed value: -[
      -  "updates",
      -  "announcements",
      -  "news-alerts",
      -  "release-notes",
      -  "community",
      -  "help-and-feedback",
      -  "scripting-support",
      -  "building-support",
      -  "art-design-support",
      -  "game-design-support",
      -  "platform-usage-support",
      -  "creations-feedback",
      -  "code-review",
      -  "cloud-apps",
      -  "education-support",
      -  "bug-reports",
      -  "engine-bugs",
      -  "studio-bugs",
      -  "website-bugs",
      -  "mobile-bugs",
      -  "xbox-bugs",
      -  "documentation-issues",
      -  "creator-hub-bugs",
      -  "cloud-services-bugs",
      -  "purchasing-bugs",
      -  "other-bugs",
      -  "talent-hub-bugs",
      -  "education-bugs",
      -  "catalog-asset-bugs",
      -  "roblox-application-and-website-bugs",
      -  "feature-requests",
      -  "engine-features",
      -  "studio-features",
      -  "website-features",
      -  "mobile-features",
      -  "xbox-features",
      -  "talent-hub-features",
      -  "education-features",
      -  "documentation-features",
      -  "resources",
      -  "community-resources",
      -  "community-tutorials",
      -  "community-events",
      -  "roblox-staff",
      -  "collaboration",
      -  "recruitment",
      -  "portfolios",
      -  "forum-help",
      -  "forum-bugs",
      -  "forum-features",
      -  "bulletin-board"
      -]
    • addedInput schema / properties / area / minLength
      Added value: +2
  2. First observedv1.0.2

TDQS

A4.5/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations declare readOnlyHint=true, openWorldHint=true, and destructiveHint=false, and the description adds meaningful behavioral details beyond that: search results include category, last-activity date, and solution-marked status, but there is no public triage state. It also tells the agent to read the thread via get_thread to verify staff response, which is valuable operational context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three sentences with no filler. Scope and intended use are front-loaded, followed by a useful caveat and a concrete next-step instruction. Every sentence contributes to helping the agent decide and invoke the tool correctly.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a read-only search tool without an output schema, the description adequately covers what is searched, what a hit contains, and how to get deeper detail. The limitation about triage state is important and addressed. No critical operational information is missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema already documents query, area, and after in detail, covering the main parameters. The description itself adds no parameter-level meaning and does not clarify limit or max_tokens, though those are inferable from names and defaults. Schema coverage is 60%, so the description provides modest overall value but leaves the minor parameters to inference.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb and resource: 'Search only the DevForum bug-report categories,' explicitly enumerating the categories. It also ties the tool to a concrete use case, distinguishing it from generic DevForum search by framing it as answering 'is this a known Roblox bug or is it my code?'

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description clearly tells the agent when to use this tool: to check whether a symptom is a known Roblox bug. It also warns about a limitation ('Roblox does not tag reports with a public triage state') and directs to get_thread for follow-up. However, it does not explicitly name search_devforum as the alternative for non-bug-category searches.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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

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