Skip to main content
Glama
AccelByte

AGS Extend SDK MCP Server

Official
by AccelByte

Describe symbols

describe-symbols

Retrieve detailed documentation for AccelByte Gaming Services SDK symbols, including descriptions, parameters, and usage examples to support code generation.

Instructions

Describe multiple symbols with pagination.

Usage Patterns:

  • describe_symbols(limit: 100, offset: 0) → returns the first 100 symbols (paginated)

  • describe_symbols(ids: ["UserProfile@iam.model"]) → returns one symbol (paginated)

  • describe_symbols(ids: ["Store@platform.model", "PublishStore@platform.function"]) → returns multiple symbols (paginated)

  1. Search: search_symbols(query: "user creation") → get the IDs of the symbols that match the query and other symbols that are referenced by the matched symbols.

  2. Describe: describe_symbols( ids: [ "CreateUser@iam.function", "CreateUserRequest@iam.model", "CreateUserResponse@iam.model" ] )

  3. Analyze: Use the symbol's description, imports, example, fields, parameters, and return_type for instantiation and usage information.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idsYesList of symbol IDs used to fetch detailed information for each symbol.
limitNoMaximum number of symbols to return (default: 25).
offsetNoOffset for pagination (default: 0).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYesRepresents a paginated list of symbols.
Behavior4/5

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

With no annotations provided, the description carries full burden and does well. It explicitly mentions pagination behavior, shows how the tool responds to different parameter combinations, and describes what information is returned (description, imports, example, fields, parameters, return_type). It doesn't mention rate limits, authentication needs, or error conditions, but provides substantial behavioral context.

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

Conciseness4/5

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

The description is well-structured with clear sections (purpose statement, usage patterns, recommended workflow). It's appropriately sized for a tool with multiple parameters and a sibling. Some sentences in the workflow section could be more concise, but overall it's efficient and front-loaded with the core purpose.

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 the tool has an output schema (mentioned in context signals), the description doesn't need to explain return values. It provides excellent context about how to use the tool, when to use it versus alternatives, and what information will be available. For a read-only tool with good schema coverage and output schema, this description is complete and helpful.

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 parameters are well-documented in the schema. The description adds minimal parameter semantics beyond what's in the schema - it shows usage patterns with specific values but doesn't explain parameter meanings or interactions beyond what the schema already states. The baseline of 3 is appropriate when the schema does the heavy lifting.

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

Purpose4/5

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

The description clearly states the tool's purpose: 'Describe multiple symbols with pagination.' It specifies the verb ('describe') and resource ('symbols'), and mentions pagination as a key feature. However, it doesn't explicitly differentiate from its sibling 'search-symbols' beyond the workflow section.

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?

The description provides excellent usage guidance through 'Usage Patterns' showing concrete examples with different parameter combinations, and a 'Recommended Workflow' section that explicitly positions this tool after 'search_symbols' and before analysis. It clearly indicates when to use this tool (for detailed symbol information after searching) versus its sibling (for finding symbols).

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/ags-extend-sdk-mcp-server'

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