Skip to main content
Glama

imagelato

Get project

get_project
Read-onlyIdempotent

Fetch one Imagelato project in the signed-in organization by exact id or name. Returns an allowlisted project configuration without organization ownership fields.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectIdOrNameYesExact project id or name from list_projects

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusYes
projectYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already cover readOnly, idempotent, and non-destructive behavior, so the bar is lower. The description adds value by disclosing that the response is an 'allowlisted project configuration' without organization ownership fields, which is a meaningful behavioral detail beyond the 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?

Two sentences with no filler, the key scoping and matching rules are front-loaded, and every phrase contributes meaning. The description is easy to parse quickly.

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?

With one well-documented parameter, an output schema present, and annotations covering safety and idempotency, the description is fully sufficient for an agent to invoke this tool 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%, and the schema already explains that projectIdOrName is an exact project id or name from list_projects. The description restates this but adds no significant new parameter semantics, so the baseline 3 applies.

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 ('Fetch') with a clear resource ('one Imagelato project') and scope ('in the signed-in organization'). It also specifies matching by exact id or name and notes the return contains an allowlisted configuration, making it clearly distinct from list_projects and other siblings.

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 tells the agent exactly how to identify the project ('exact id or name from list_projects') and scopes it to the signed-in organization. It doesn't explicitly name alternatives or state when not to use it, but the context is clear enough for correct selection among siblings.

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