Skip to main content
Glama

List my games

list_my_games
Read-onlyIdempotent

Retrieve your entire game catalogue, newest first, including drafts and delisted entries. Find the id or slug needed for other publishing tools.

Instructions

Your whole catalogue, newest first, including drafts and delisted entries that never appear in search. Use it to find the id or slug you need for the other tools.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoHow many games, 1-100.
includeUnpublishedNoSet false to see only what the public can see.
Behavior4/5

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

Annotations already establish this is read-only, idempotent, and non-destructive. The description adds useful behavioral detail: it includes drafts and delisted entries, sorts newest first, and signals that the output contains id and slug values. It stops short of describing full response structure or pagination, but the annotations lower the burden.

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, no filler. The most important scoping information is front-loaded ('whole catalogue, newest first'), followed by inclusion caveats and a concrete purpose. Every clause earns its place.

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?

For a simple read-only list tool with no required parameters and fully documented inputs, the description is complete. It tells the agent what the tool returns (game identifiers), when to use it, and how it differs from search; the annotations confirm it is safe.

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 documentation covers both parameters completely (limit range and includeUnpublished semantics). The description reinforces that the tool returns identifiers, but it does not add meaningful parameter-level information beyond what the schema already provides, so the baseline score of 3 applies.

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 names a specific action and resource: list the user's whole catalogue. It adds concrete scope ('including drafts and delisted entries that never appear in search') and states the ordering ('newest first'), which clearly distinguishes it from search_games and get_game.

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?

It gives a clear use case: 'Use it to find the id or slug you need for the other tools.' It also implies when not to rely on search, since hidden entries 'never appear in search.' It does not explicitly name an alternative for public-only or keyword-driven lookups, but enough context is provided.

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/elliothimmelfarb/aimade-mcp'

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