Skip to main content
Glama

Store Roblox credentials for a game

set_project_credentials

Set an Open Cloud API key or .ROBLOSECURITY cookie for a game to enable thumbnail management and publishing. Clear a credential by passing an empty string.

Instructions

Attach an Open Cloud API key and/or a .ROBLOSECURITY cookie to a game — the two things check_permissions reports missing. The key unlocks analytics; the cookie unlocks uploading, deleting and swapping the live set. Both are stored encrypted and never read back. Pass an empty string to clear one: clearing the cookie reverts the game to the shared default account. Owner only. Do not invent these values — they come from the user.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
gameYesGame name or universe id.
openCloudKeyNoRoblox Open Cloud API key, minted by whoever owns the experience. Empty string removes it.
robloSecurityNo.ROBLOSECURITY cookie for an account that can edit this game. Empty string reverts to the default account.
Behavior5/5

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

Only annotation provided is 'None provided', so the description bears full responsibility. It discloses that credentials are stored encrypted and never read back, that clearing the cookie reverts to a shared default account, and that the tool is owner-only. This is thorough for a mutation tool with no annotations.

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?

Description is a single paragraph but packed with useful information, each sentence earning its place. It front-loads the core purpose, then details usage, security, and exclusions efficiently. No wasted words.

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

Completeness4/5

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

Given no annotations and no output schema, the description covers purpose, behavioral traits (encryption, not read back), usage instructions (clearing, default account), and access control (owner only). The only minor gap is not specifying what happens after success or if input is invalid, but that's not crucial for a setter with clear params.

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 100% and each parameter already has a description. The description adds context about what the values unlock and how clearing works, but it doesn't add syntax or format details beyond the schema. Thus it meets the baseline but doesn't exceed it.

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?

Description clearly states the tool's purpose: attach an API key and/or cookie to a game. It names the specific resources (Open Cloud API key, .ROBLOSECURITY cookie) and the target (a game), distinguishing it from sibling tools like get_game_info or check_permissions.

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?

Provides explicit usage guidance: when to use (the two things check_permissions reports missing), what each credential unlocks, how to clear them (empty string), and a critical exclusion: 'Owner only.' It also warns not to invent values, which guides the agent's invocation behavior.

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/Haydebug/whitehat-thumbnails-mcp'

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