Skip to main content
Glama

Log a dated play session

log_play_session
Idempotent

Log a play session for a game on a date, adding duration, note, or status to your play journal. Attaches to your playthrough while preserving existing sessions.

Instructions

Record that you played a game on a particular date, with optional duration and a note — the building block of a play journal. Attaches to an existing playthrough; get_play_sessions lists their ids. Existing sessions and shelf state are preserved.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateYesYYYY-MM-DD.
gameYesGame title, slug, or numeric Backloggd id.
noteNoWhat you did, e.g. 'beat the Acorn deck'.
hoursNo
statusNoCompletion status reached in this session.
minutesNo
end_dateNoFor a session spanning several days. Defaults to the start date.
playthrough_idNoWhich playthrough to attach to. Defaults to the most recent one.
Behavior4/5

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

Annotations already indicate this is a non-destructive (destructiveHint=false) and idempotent operation. The description adds that existing sessions and shelf state are preserved, reinforcing the non-destructive nature, and clarifies the dependency on an existing playthrough. No contradiction with annotations, and the added context is useful.

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, front-loaded with the main action, followed by essential context. Every word earns its place, and the structure is easy to scan.

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

Completeness4/5

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

For a mutation tool with no output schema, the description provides sufficient context: what it does, the playthrough prerequisite, and non-destructive behavior. It doesn't detail every parameter or return value, but the schema covers those, and the tool's purpose is clear.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 75%, so the description doesn't need to explain every parameter. It adds meaning by summarizing the core purpose (date, duration, note) and explicitly connecting playthrough_id to existing playthroughs. This complements the schema without redundant repetition.

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 uses a specific verb ('Record') and clearly identifies the resource (a play session) with its scope (particular date, optional duration and note). It further distinguishes itself from siblings by noting it attaches to an existing playthrough and pointing to get_play_sessions for IDs, making the purpose unmistakable.

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 gives clear context on how to use it: you need an existing playthrough, and get_play_sessions provides the IDs. It implies this is for adding to an existing playthrough rather than creating a new one, though it doesn't explicitly state when not to use it or name alternative tools. This is sufficient guidance for most cases.

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