Skip to main content
Glama
AS1HK

overdare-studio-mcp

by AS1HK

Apply a sequencer JSON to an Action Sequencer

studio_apply_action_sequence

Apply a sequencer JSON file to an ActionSequencer instance, with automatic rollback on failure to ensure safe updates.

Instructions

기존 ActionSequencer 인스턴스(instanceGuid)에 시퀀서 JSON 파일을 적용한다. jsonFilePath 는 프로젝트 경계 안의 .json 파일이어야 한다(경로검증). 실패 시 자동 rollback. 지원 안 하면 capability 에러.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
instanceGuidYes대상 ActionSequencer 인스턴스 GUID
jsonFilePathYes시퀀서 JSON 파일 경로(절대경로 권장, 프로젝트 경계 안)
Behavior4/5

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

With no annotations, the description carries full responsibility for behavioral disclosure. It reveals path validation, auto-rollback on failure, and capability errors for unsupported operations. However, it does not mention the effect on the existing instance (e.g., overwrite or merge) or the success response format, which slightly reduces transparency.

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 three concise sentences with no fluff. It front-loads the primary action and follows with necessary constraints and edge-case behavior. Every sentence adds value, making it efficient for an agent to parse.

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?

For a simple two-parameter tool without output schema, the description covers purpose, constraints, and failure behavior. However, it omits details about what the tool returns (e.g., success indicator) and does not reference sibling tools, leaving some context gaps.

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?

The input schema already provides 100% description coverage for both parameters. The description adds only a minor repetition of the path constraint and failure context, offering no additional semantic value beyond what the schema states. Thus, baseline score of 3 is appropriate.

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 applies a sequencer JSON file to an existing ActionSequencer instance, specifying the required parameters and constraints like path validation. It effectively distinguishes the tool from siblings like 'studio_apply' by detailing the specific operation and failure behaviors.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description does not provide guidance on when to use this tool versus alternatives, nor does it mention prerequisites or exclusions. While it mentions failure behavior, it lacks comparative context with sibling tools, leaving the agent without usage boundaries.

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/AS1HK/overdare-studio-mcp'

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