Skip to main content
Glama
AccelByte

AccelByte Unity MCP Server

Official
by AccelByte

get_accelbyte_unity_how_to

Query the AccelByte Unity SDK best-practices knowledge base to retrieve C# code templates, best practices, and component names for a given feature topic. Use before writing a C# backing class.

Instructions

Query the AccelByte Unity SDK best-practices knowledge base for a topic. Returns SDK guides with C# code templates, best practices, and related component names. Use before writing a C# backing class.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topicYesFeature or SDK topic, e.g. 'login', 'leaderboard', 'friends', 'user profile'.
projectPathNoUnity project root.
Behavior3/5

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

No annotations are provided, so the description must convey behavioral traits. It describes a query operation (read-only) but does not explicitly confirm idempotency or lack of side effects. Given the context, a score of 3 is adequate.

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 sentences that are front-loaded with the core action and return value, followed by a clear usage hint. No redundant information or 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?

For a simple query tool with no output schema, the description adequately covers input, action, and return content. Missing details on return structure (e.g., format) are minor given the listed content types.

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% (both parameters have descriptions). The description reinforces the topic parameter's purpose but adds minimal additional semantic depth beyond the 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 clearly states the verb ('Query') and resource ('AccelByte Unity SDK best-practices knowledge base'), and specifies the return value (SDK guides with C# code templates, best practices, and component names). It distinguishes from siblings like 'search_unity_example_components' by focusing on best practices and code templates.

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?

Provides explicit context: 'Use before writing a C# backing class.' This tells when to use it. However, no explicit exclusions or alternative tool names are mentioned, though siblings are available.

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/AccelByte/accelbyte-unity-mcp'

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