Skip to main content
Glama
GreerBK

Ink/Stitch MCP Bridge

by GreerBK

health_check

Check if the Ink/Stitch toolchain (venv, fonts, pystitch) is ready. Optionally, run a smoke test that exports a tiny design to DST to confirm end-to-end functionality.

Instructions

Verify the Ink/Stitch toolchain is ready (venv, checkout, fonts, pystitch).

With run_smoke_test=True, also exports a tiny test design to DST end-to-end (takes a few seconds).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
run_smoke_testNo
Behavior3/5

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

No annotations are provided, so the description bears full responsibility. It states the tool verifies readiness and that the smoke test exports a design and takes a few seconds. It does not describe potential failure modes, return values, or side effects beyond the time cost, leaving some gaps.

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 main purpose, and every word serves a purpose. No filler or redundant 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 the tool's low complexity (one optional boolean parameter, no output schema), the description covers the core functionality and parameter behavior. It could be enhanced by briefly indicating the output/return value, but it remains fairly complete for a health check utility.

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

Parameters4/5

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

The schema has 0% description coverage, so the description must compensate. It does so by explaining that with run_smoke_test=True, the tool exports a tiny test design end-to-end and notes it takes a few seconds. This adds context beyond the boolean type, though it omits explicit mention of the default behavior (no smoke test means just checking readiness).

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 'Verify' and the resource 'Ink/Stitch toolchain', listing the components checked (venv, checkout, fonts, pystitch). It differentiates from sibling tools which focus on import, export, listing, etc.

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 implies the tool is for checking toolchain readiness. It explains when to use the optional smoke test parameter (to run an end-to-end test). However, it does not explicitly state when not to use this tool or mention alternatives, though the purpose is clear enough.

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/GreerBK/InkStitchMCP'

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