Skip to main content
Glama

imagelato

List templates

list_templates
Read-onlyIdempotent

List a bounded page of deterministic Imagelato resizing and reformatting presets in the signed-in organization, optionally filtered by exact project id. It does not process or generate media. Use the opaque cursor to continue.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoResults per page, from 1 to 100; defaults to 25
cursorNoOpaque pagination cursor from a previous call
projectIdNoExact project id to filter by

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemsYes
totalYes
hasMoreYes
nextCursorYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already provide readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds extra behavioral context: 'deterministic' results and 'does not process or generate media', which clarifies that this tool is purely a listing operation with no side effects beyond pagination. No contradictions 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?

The description is two sentences long, front-loaded with the core purpose and scoping constraints, and includes a clarifying caveat about not processing media. Every sentence serves a purpose with zero fluff, making it highly efficient and easy to parse.

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's simplicity (list with pagination and optional filter), the presence of a full output schema, and annotations covering safety, the description is complete. It explains the bounded page nature, the optional filter, and the opaque cursor, which is all an agent needs to call it correctly. No critical information is missing.

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 100%: all three parameters (limit, cursor, projectId) are documented in the schema. The description adds minimal extra meaning—it mentions the opaque cursor and optional filter, but these are already implied by the schema. The description does not provide additional format or usage details beyond what the schema offers, so it meets the baseline for high coverage.

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 verb 'List', the resource (deterministic Imagelato resizing and reformatting presets), and the scope (in the signed-in organization, optionally filtered by project id). It also explicitly distinguishes itself from media processing tools by stating 'It does not process or generate media.' This gives an agent a precise understanding of the tool's function.

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: it is for listing templates with pagination and optional filtering. However, it does not explicitly mention when to use this over alternatives like get_template or list_projects. There is no explicit when-not guidance or reference to sibling tools, so the usage context 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.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources