Skip to main content
Glama
AS1HK

overdare-studio-mcp

by AS1HK

Import a local image asset

studio_import_image

Import a local image file into the asset manager and receive its asset ID. Supports PNG, JPG, BMP, TGA, GIF, and WebP formats.

Instructions

로컬 이미지 파일을 에셋 매니저에 임포트하고 asset id 를 반환한다. 경로는 프로젝트 경계(기본) 또는 OVERDARE_ASSET_ROOTS 안의 이미지 파일만 허용된다. 지원 확장자: .png, .jpg, .jpeg, .bmp, .tga, .gif, .webp. 지원 안 하면 capability 에러.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fileYes이미지 파일 경로(절대경로 권장). 프로젝트 경계 안이어야 함.
Behavior3/5

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

No annotations provided, so description must disclose behavior. It covers path restrictions, supported formats, and error conditions but does not mention whether the operation is destructive (e.g., overwrites existing assets), required permissions, or rate limits. For a simple import, this is adequate but lacks depth.

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, front-loaded with main purpose, followed by constraints. Every sentence adds essential information. No fluff, well-structured.

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 one-parameter tool with no output schema, the description is fairly complete: covers what it does, valid inputs, error behavior. Could mention if it overwrites existing assets or requires specific permissions, but not critical for basic usage.

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?

Schema coverage is 100% with a single parameter 'file' described. Description adds value beyond schema by detailing path constraints (OVERDARE_ASSET_ROOTS) and supported extensions, which are not in the schema. Error condition for unsupported formats also aids agent invocation.

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 it imports a local image file to the asset manager and returns an asset ID. Verb 'import' and resource 'local image asset' are specific. Easily distinguishable from sibling tool 'studio_import_model' which imports models.

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?

Provides explicit constraints on allowed paths (project boundaries or OVERDARE_ASSET_ROOTS) and lists supported image extensions. Also mentions capability error for unsupported formats. Lacks explicit when-not-to-use or alternatives, but contextual guidance is sufficient.

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