Skip to main content
Glama
taygunsavas

Patina Unity MCP

by taygunsavas

patina_health

Retrieve server version, MCP status, bridge port, and command count to check the health of the Unity MCP server. Optionally includes Unity editor state.

Instructions

Return Patina server version, compact MCP surface status, bridge port, command count, and optionally Unity editor state.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
include_unity_stateNoWhen true, also calls Unity get_editor_state through the bridge.
Behavior3/5

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

No annotations provided, so description carries full burden. It discloses optional behavior of calling Unity state through the bridge, but does not mention potential side effects (e.g., latency, permissions) or guarantee read-only nature.

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?

Single, clear sentence that front-loads the purpose. No unnecessary words, effectively formatted.

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 simplicity (1 optional parameter, no output schema), the description covers all returned fields and parameter effect. Could benefit from brief differentiation from siblings, but overall adequate.

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 description adds the same information as the schema for the only parameter 'include_unity_state'. No additional semantic value beyond what the schema already provides.

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?

Description clearly states the tool returns health information including server version, status, bridge port, command count, and optionally Unity editor state. It uses a specific verb 'Return' and lists resources, distinguishing itself from sibling tools 'patina_call' and 'patina_capabilities'.

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?

Implied usage for health checks, but no explicit guidance on when to use this tool versus siblings or alternatives. Does not specify prerequisites or exclusions.

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/taygunsavas/patina-unity-mcp'

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