Skip to main content
Glama

set_photo_title

Idempotent

Set a custom title for any photo in your Apple Photos library, making it easier to organize and locate images by name.

Instructions

Set one photo's title.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
refYes
titleYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

B3.3/5.0
Behavior3/5

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

Annotations already carry the safety profile (readOnlyHint=false, destructiveHint=false, idempotentHint=true), and the description states a mutation ('Set') that is consistent with them. It adds the single-photo scope beyond what annotations convey, but discloses no additional behavioral context such as overwriting behavior, auth requirements, or response characteristics. No contradiction with annotations.

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?

A single five-word sentence carries the entire description with absolute economy. Every word earns its place and there is zero filler, making it optimally scannable.

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?

The tool is simple (2 required scalar params, annotations provided, output schema present) and the description covers the basic purpose, so nothing critical is missing. However, the ref parameter is undefined beyond being a photo reference, and there is no sibling differentiation — gaps that matter given 0% schema description coverage.

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 description coverage is 0%, so the description must compensate. 'one photo's title' meaningfully maps title to the new title text and ref to the target photo, but ref remains vague — no format, type of identifier, or example is given. The explanation adds some value but does not fully resolve parameter ambiguity.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Set one photo's title' names a specific verb (set), resource (a photo), and attribute (title), and adds the scope delimiter 'one photo.' It is clear about what the tool does, and the title-vs-description distinction from sibling set_photo_description is implicit, though it never names or contrasts the sibling explicitly.

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

Usage Guidelines2/5

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

The description implies usage only through the tool's name and one-line summary; it gives no explicit when-to-use, when-not-to-use, or alternative guidance. With near-identical sibling set_photo_description available, an agent gets no help distinguishing which tool to pick.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/navidmoazzez/apple-photos-mcp-cli'

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