Skip to main content
Glama

maya_ping

Verify Maya bridge availability and version to isolate connection issues. Also indicates whether undo is enabled to assess safety.

Instructions

Maya 브릿지가 살아있는지, 어떤 버전인지 확인합니다.

다른 툴이 연결 오류를 낼 때 원인을 좁히는 용도로 쓰세요. undo_enabled 가 false 면 되돌리기 안전망이 없는 상태입니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses the tool's behavior of checking liveness/version, and adds valuable context that if undo_enabled is false, there is no undo safety net. However, it doesn't explicitly confirm the tool is non-destructive or describe the full return format.

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 short sentences, front-loaded with the main purpose, followed by usage guidance and a key behavioral note. Every sentence earns its place; there is no wasted text.

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?

Given the tool's simplicity (no parameters, no output schema), the description is complete. It covers purpose, usage context, and a critical safety behavior (undo_enabled), which is sufficient for an agent to decide when to invoke it.

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?

There are no parameters, so parameter semantics are inherently satisfied. The description doesn't need to explain any input fields; the baseline for zero parameters 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 clearly states the tool checks whether the Maya bridge is alive and its version, using a specific verb ('확인합니다') and resource (Maya bridge). This distinguishes it from sibling tools like maya_execute or maya_scene_info.

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?

It explicitly says to use this tool when other tools give connection errors, to narrow down the cause. This provides clear usage context, but it doesn't mention exclusions or alternatives explicitly.

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/YomenStyle/maya-mcp'

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