Skip to main content
Glama
pineforge-4pass

PineForge-Codegen

check_engine_image

Compare local Docker image manifest with registry to detect staleness. Optionally pull the latest image to stay up to date.

Instructions

Check whether the local pineforge-release Docker image is up to date with the registry. Compares per-platform manifest digests via docker manifest inspect --verbose (no image layers downloaded). Returns up_to_date + recommend_pull. With auto_pull=true, runs docker pull in the same call when the local image is stale or missing. Note: this is independent of the MCP server's own version (@pineforge/codegen-mcp); the MCP version and the engine image version evolve separately.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
imageNoImage to check. Defaults to ghcr.io/pineforge-4pass/pineforge-engine:latest.
auto_pullNoIf true and the image is stale or missing, run `docker pull` in the same call. Default false (report only).
Behavior5/5

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

With no annotations, the description fully discloses behavior: no image layers downloaded, uses docker manifest inspect, returns up_to_date+recommend_pull, auto_pull runs docker pull on stale/missing, and version evolution independence.

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?

Description is concise with 4-5 well-structured sentences, front-loaded with core purpose, no superfluous information.

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?

Given no output schema, the description mentions return fields (up_to_date, recommend_pull) but lacks detailed format. Siblings are referenced indirectly. Still adequate for a simple check tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, and description adds meaning beyond schema by explaining default values and auto_pull behavior (runs pull when stale or missing).

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 checks if the local Docker image is up to date with the registry, using specific verbs and resource. It distinguishes itself from sibling tool pull_engine_image by offering both check and optional pull.

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 explains when to use the tool (to check and optionally pull) and notes independence from MCP server version. It implies alternative pull_engine_image, but could be more explicit about not needing to check before pulling.

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/pineforge-4pass/pineforge-codegen-mcp'

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