Skip to main content
Glama
AccelByte

AGS Extend SDK MCP Server

Official
by AccelByte

Describe symbols

describe-symbols

Retrieve detailed information for multiple symbols using their IDs, with pagination to navigate large sets.

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.
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It describes pagination behavior and shows usage patterns, but there is a contradiction with the input schema: the first usage pattern omits the required 'ids' parameter. This omission is misleading and reduces transparency.

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 sections and examples, making it easy to follow. However, the inclusion of a usage pattern that contradicts the required parameter reduces conciseness and adds confusion.

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

Completeness3/5

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

Given the presence of an output schema, the description does not need to explain return values. The provided workflow and usage patterns are helpful, but the contradiction regarding required parameters leaves the description incomplete and potentially misleading.

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%, so the baseline is 3. The description adds usage patterns that clarify how parameters interact (e.g., pagination with limit/offset), but it does not add significant meaning beyond what the schema already describes. The contradictory usage pattern reduces clarity.

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 tool describes multiple symbols with pagination, and provides usage patterns that distinguish it from the sibling tool search-symbols. The workflow integrates the two tools effectively.

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?

The description provides explicit usage patterns and a recommended workflow (search then describe). While it does not explicitly state when not to use the tool, the context is clear and the workflow provides 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/AccelByte/ags-extend-sdk-mcp-server'

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