Skip to main content
Glama
terri1982

EasyAR MCP Server

by terri1982

easyar_create_mobile_settings_helper

Generates a Unity Editor script to apply Android or iOS player settings required for EasyAR camera samples, with configurable parameters for bundle ID, camera usage, and SDK version.

Instructions

Create a Unity Editor script that applies Android/iOS player settings commonly required by EasyAR camera samples.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectPathYesUnity project path.
platformYesTarget mobile platform.
sampleIdNoOptional sample id used to generate a stable default bundle identifier.
bundleIdentifierNoApplication bundle/package identifier. Defaults to a sample-specific com.easyar.generated.* id.
cameraUsageDescriptionNoiOS camera usage description. Defaults to an EasyAR AR camera message.
minSdkVersionNoAndroid minimum SDK API level. Defaults to 23.
overwriteNoWhether to replace an existing helper script.
Behavior2/5

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

Without annotations, the description carries the burden of behavioral disclosure. It mentions creating a script and implies modification of player settings, but does not detail side effects like file overwriting, permissions, or reversibility. The 'overwrite' parameter hints at replacement, but no explicit behavioral context is given.

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 a single, front-loaded sentence that efficiently conveys the tool's purpose and scope. Every word serves a purpose, with no unnecessary detail.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has 7 parameters and no output schema. The description does not explain what the tool returns (e.g., script path, success message) or the full effect on the project. It only says 'creates a script', leaving the agent unsure of what to expect after invocation.

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%, so the baseline is 3. The description adds context that the settings are 'commonly required by EasyAR camera samples', which provides slight extra meaning beyond the schema, but overall the schema already describes each parameter adequately.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool creates a Unity Editor script for applying Android/iOS player settings required by EasyAR camera samples. The verb 'create' and resource 'mobile settings helper' are specific, though it does not differentiate itself from sibling tools like 'easyar_create_build_settings_helper'.

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?

No guidance is provided about when to use this tool versus alternatives. Sibling tools include other creation helpers, but the description gives no criteria for choosing this one, such as when player settings vs build settings are needed.

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/terri1982/mcp-easyar'

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