Skip to main content
Glama

Build and run a Playdate project

playdate_run
Destructive

Builds the project, launches or finds the Playdate Simulator, injects the control agent, and loads the PDX for the normal first-call and reload workflow.

Instructions

Run the project's mise build task, launch or find Playdate Simulator, inject the control agent, and load the PDX. This is the normal first call and reload workflow.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pidNoPositive Playdate Simulator process identifier when more than one is running.
build_taskNoTerminating mise task that produces the PDX. Defaults to build.
product_pathYesPDX path, resolved relative to project_directory.
project_directoryNoProject directory. Defaults to the CLI working directory.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
signalNo
stderrYes
stdoutYes
commandYes
exitCodeNo
timedOutNo
errorCodeNo
succeededYes
terminationYes

Schema Changelog

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

  1. First observedv0.1.2

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already signal destructiveHint=true, readOnlyHint=false, and openWorldHint=true. The description adds orchestration detail—builds, launches, injects, loads—so the agent understands the tool has side effects beyond a simple read or load. No contradiction 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?

Two sentences, no filler. The action sequence is front-loaded, and the usage context is stated plainly in the second sentence. Every word earns its place.

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?

The description effectively captures the tool's orchestration purpose and its role as the standard entry point. Given the output schema exists and parameter details are covered, the main missing piece is explicit guidance on when to use a lighter sibling instead, but the overall workflow context is sufficient.

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 coverage is 100%, so parameters like product_path, pid, build_task, and project_directory are already documented structurally. The description does not add parameter-level meaning beyond mentioning that the project's build task is run and the PDX is loaded, which is acceptable given full schema 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 names a specific multi-step verb sequence: run the mise build task, launch or find the Simulator, inject the control agent, and load the PDX. This clearly identifies the tool's role and distinguishes it from narrower siblings like playdate_load or playdate_inject by presenting it as the full first-call workflow.

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 phrase 'This is the normal first call and reload workflow' gives clear contextual guidance on when to invoke this tool. It does not explicitly list when to prefer alternatives such as playdate_load or playdate_inject, but the normal-workflow framing provides enough direction.

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

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/pvzig/playdate-mcp'

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