Skip to main content
Glama

itunes_log_current_play

Log the currently playing track immediately into your listening journal.

Instructions

Manually log the currently playing track into the listening journal immediately.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are present, so the description carries the full burden of behavioral disclosure. It identifies the action as a manual, immediate log/write, but it does not state what happens if no track is currently playing, whether repeated calls create duplicate journal entries, or what success/failure looks like.

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, clear sentence with a front-loaded verb and no redundant wording. Every word earns its place by specifying action, target, source, and timing.

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?

For a simple parameterless mutation, the description covers the core action, target, and immediacy. However, it omits failure conditions, duplicate-entry behavior, and confirmation of completion, and there is no output schema to fill those gaps.

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?

The input schema has zero parameters and 100% coverage, so there are no parameter details to add. The description's mention of 'currently playing' correctly indicates the implicit state the action depends on, satisfying the baseline for a parameterless tool.

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 ('log') and names the resource ('listening journal'), while also clarifying the target is the 'currently playing track' and that logging is manual and immediate. This clearly distinguishes it from related tools like itunes_get_listening_history and itunes_current_track.

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 description implies the usage scenario: when the user wants to manually record the current track into the listening journal. However, it provides no explicit when-not-to-use guidance or references to alternatives such as automatic logging or reading history via itunes_get_listening_history.

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/suleyman416/mcp-applemusic'

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