Skip to main content
Glama

Get your log for a game

get_my_game_log
Read-only

Fetch your complete log for any game, showing shelf status, rating, playtime, and all playthroughs with reviews and dates.

Instructions

Your complete log for one game: shelf, rating, like state, playtime, and every playthrough with its review and dates.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
gameYesGame title, slug, or numeric Backloggd id. Titles are resolved via search, so 'elden ring', 'elden-ring' and '119133' all work.
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safe read nature is covered. The description adds value by revealing exactly what data is included (shelf, rating, like state, playtime, playthrough details), which helps the agent set expectations. It does not contradict annotations, and no further behavioral caveats are necessary for this simple read operation.

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?

The description is a single sentence that packs all essential information without any fluff. It immediately states what the tool does and what the response contains. Every word earns its place, and the structure is front-loaded with the tool's 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 only one parameter, a high-quality schema, strong annotations, and no output schema, the description is sufficiently complete. It tells the agent what the return value contains (the full log components), which is the main missing piece since no output schema is available. The description fully covers the tool's behavioral contract.

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?

The input schema provides 100% coverage for the single 'game' parameter, including a detailed description of accepted formats (title, slug, or ID). The tool description does not add parameter-specific meaning because the schema already fully explains it. Per the baseline for high schema coverage, a score of 3 is appropriate.

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's purpose: 'Your complete log for one game,' and enumerates the specific content (shelf, rating, like state, playtime, every playthrough with review and dates). This specific verb-resource combination distinguishes it from sibling tools like get_play_sessions (which focuses only on sessions) and get_game (which may be metadata only).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The phrase 'complete log for one game' implicitly suggests using this when you need a comprehensive view of a single game's log, but it does not explicitly state when to use it over alternatives like get_play_sessions or get_game_logs. There is no mention of exclusions or specific scenarios, so guidance is implied rather than explicit.

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/DenisionSoft/backloggd-mcp'

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