Skip to main content
Glama

Create phone remote

create_phone_remote

Serve a mobile web panel that turns a COMP's numeric custom parameters into touch sliders, enabling live control from a phone without installing an app.

Instructions

Serve a mobile-friendly web panel from a Web Server DAT so you can control a COMP's numeric custom parameters from a phone — just open the URL, no app to install. Each parameter becomes a touch slider that writes back live. SECURITY: like the bridge, this listens on all interfaces and accepts writes with no auth, so use it only on a trusted network. Pair with create_control_panel (the params to expose) and manage_cue (snapshot looks you dial in from the phone).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
portNoTCP port for the remote web server (keep it distinct from the bridge's 9980).
comp_pathNoControl COMP whose numeric custom parameters the phone page exposes./project1
Behavior5/5

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

The description discloses that the server listens on all interfaces and accepts unauthenticated writes, which adds security context beyond the annotations. It also describes the live touch-slider interaction, showing behavior not captured by readOnlyHint openWorldHint.

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 compact, starting with the main purpose, then behavior, security, and related tools. No redundant phrases or fluff; every sentence contributes.

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?

The description covers the tool's function, security, and workflow pairing. It does not explicitly mention the return value (e.g., a URL), but given the tool's simple nature and lack of output schema, the gap is minor; overall the context is sufficient.

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 covers both parameters with descriptions (port and comp_path) at 100% coverage, so the baseline is 3. The description does not add additional parameter-specific semantics beyond what the schema already states.

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 uses a specific verb 'Serve' and a resource 'Web Server DAT' plus the goal of controlling a COMP's numeric parameters from a phone. It distinguishes itself from siblings by mentioning 'no app to install' and pairing with create_control_panel.

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?

The description states when to use it ('control a COMP's numeric custom parameters from a phone') and includes a security constraint ('use it only on a trusted network'). It also suggests companion tools (create_control_panel, manage_cue), but does not explicitly name alternative tools for exclusion, so not a 5.

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/lucasmaher-hash/touch-designer-mcp'

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