Skip to main content
Glama
frrazer

roblox-devproducts-mcp

by frrazer

bulk_update_developer_products

Update multiple Roblox developer products in a single call by providing a universe ID and a list of product IDs with the fields to change. Sequential writes with automatic rate limiting keep one failure from stopping the rest.

Instructions

Update many developer products in one call. Use this instead of calling update_developer_product repeatedly. Each entry targets one by ID and changes only the fields you provide. Items are updated sequentially with automatic rate limiting (3 writes/second). Returns a summary plus a per-item result; one failing item does not stop the rest.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
updatesYesThe developer product updates to apply.
universeIdYesThe Roblox universe (game) ID.
Behavior5/5

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

No annotations are provided, so the description fully covers behavioral traits: sequential updates, rate limiting (3 writes/second), partial failure resilience, and return summary structure. No contradictions.

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?

Four sentences, front-loaded with purpose, each sentence adds distinct value (purpose, alternative, behavior, failure mode). No wasted words.

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?

Given no output schema, the description explains return format (summary plus per-item result). It covers rate limiting, partial failure, and batching, providing complete context for an agent to use the tool correctly.

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 description coverage is 100%, so baseline is 3. The description adds context about how the 'updates' array is processed (each entry targets one by ID, changes only provided fields), which is helpful but not essential beyond schema.

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 'Update many developer products in one call' with a specific verb and resource, and explicitly distinguishes itself from sibling 'update_developer_product' by offering a batch alternative.

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

Usage Guidelines5/5

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

Clearly advises 'Use this instead of calling update_developer_product repeatedly.' Also mentions automatic rate limiting and sequential updates with partial failure handling, giving explicit when/why guidance.

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

Install Server

Other Tools

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

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