Skip to main content
Glama

Create a PlacePack image URL

placepack_create_image
Read-only

Validate one size spec and return an embeddable PlacePack image URL, filename, Markdown, and HTML.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
specYesSize spec such as 800x600.svg, hero:1600x900, or thumb:420x247@2x.
formatNo
bgColorNoBackground hex color, with or without #.
paddingNo
templateNoLabel template. Tokens: {alias}, {w}, {h}, {ratio}, {index}, {bg}, {color}.
textColorNoLabel hex color, with or without #.
strokeWidthNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, establishing the tool as a safe read operation. The description adds value by disclosing that it validates the size spec and returns specific outputs (URL, filename, Markdown, HTML), which is behavioral context beyond the annotations. No contradiction.

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, well-structured sentence that front-loads the action and output. Every word contributes meaning, with no redundancy or filler.

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?

Despite lacking an output schema, the description clearly enumerates the return artifacts (URL, filename, Markdown, HTML), which is a key completion aspect. It also mentions validation, covering the core behavior. However, it does not explain how the size spec syntax works beyond examples in the schema, and some parameter semantics are missing, leaving minor gaps.

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 57%, leaving some parameters (format, padding, strokeWidth) without descriptions. The tool description only mentions 'size spec' without elaborating on the parameters, so it does not compensate for the missing schema details. The schema itself covers some parameters adequately.

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 action: 'Validate one size spec and return an embeddable PlacePack image URL, filename, Markdown, and HTML.' It specifies the resource (image URL) and differentiates from siblings like placepack_create_pack and placepack_list_presets by focusing on generating a single URL with multiple output formats.

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 usage by mentioning validation and the returned artifacts, but it does not explicitly state when to use this tool versus alternatives or provide exclusion criteria. Since sibling tools exist, more direct guidance would be helpful, but the core use case is inferable from the description.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources