Skip to main content
Glama

List recent or top DevForum topics

list_recent
Read-only

Check recent DevForum posts in any category or tag to identify known bugs, announced updates, or current scripting issues.

Instructions

Browse a category or tag without a search query. Use release-notes / announcements to check whether a recent Roblox update explains a regression, or scripting-support to see what is breaking for others right now.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagNoTag name instead of a category, e.g. datastore.
limitNo
periodNoOnly used when listing is "top".monthly
listingNolatest
categoryNoCategory slug, e.g. release-notes, announcements, engine-bugs. Known slugs: 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. Any slug list_categories reports also works.
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 / category / description
      Previous value: -"Category slug, e.g. release-notes, announcements, engine-bugs."New value: +"Category slug, e.g. release-notes, announcements, engine-bugs. Known slugs: 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. Any slug list_categories reports also works."
    • removedInput schema / properties / category / 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 / category / minLength
      Added value: +2
  2. First observedv1.0.2

TDQS

A3.9/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, openWorldHint, and non-destructive behavior, so safety is covered. The description adds practical context for browse use cases but does not disclose operational traits such as default sorting, period behavior, returned fields, or limits beyond what the schema already shows.

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?

Two focused sentences with no filler. The core scope is front-loaded, and the second sentence provides high-value usage examples that help an agent decide why and how to call the tool.

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

Completeness3/5

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

The description is adequate for a first list call, especially with sensible defaults and enum constraints in the schema. But with no output schema and several optional parameters left semantically vague, an agent must infer the return format and how 'top' vs 'latest' and period are meant to behave.

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?

Schema coverage is 50%, with tag, period, and category described in the schema; the description reinforces category/tag as the key selectors with examples. However, listing, limit, and max_tokens are not explained in the description, and the interaction between listing and period is left implicit.

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 action ('Browse') and resource ('a category or tag'), and the phrase 'without a search query' explicitly distinguishes it from the sibling search_devforum. The title adds 'recent or top,' making the tool's scope immediately clear.

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?

It gives concrete usage scenarios: release-notes/announcements for checking regression causes and scripting-support for seeing current breakage. It implies a no-search-query condition but does not explicitly name alternatives like search_devforum or state when not to use the tool.

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