Skip to main content
Glama

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).

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