Skip to main content
Glama

Auto-provision OmniCinema (consent required)

provision_omnicinema

Clones the OmniCinema-MCP repository, installs its dependencies, and links it to provide free cinematic assets for use within the devuniverse-mcp environment.

Instructions

CASE C: "Would you like devuniverse-mcp to automatically clone, install dependencies, and link OmniCinema-MCP for 100% free cinematic assets? [y/N]" — with confirm: true this clones the pinned OMNICINEMA_REPO_URL, runs npm install + build, starts the IPC service detached (logged to data/logs/), and syncs the bearer token from data/ipc-token.txt. Refuses unpinned repository URLs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmYesExplicit consent to clone, install dependencies, and run the companion tool. Must be true.
Behavior4/5

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

The description details all major actions (clone, install, build, start service, sync token) and notes that it refuses unpinned URLs. It does not cover prerequisites or potential side effects (e.g., overwriting), but given no annotations, it provides reasonable transparency.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence that efficiently conveys the trigger condition, actions, and constraint. It is slightly lengthy but each clause adds necessary detail. The structure is logical.

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?

Given the simple single-parameter schema and no output schema, the description covers the main behavior well. Missing details like prerequisites or error handling are acceptable for a tool with clear consent and a specific action.

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 clear description for 'confirm'. The tool description adds value by explaining that confirm must be true to trigger the entire process, reinforcing the schema's requirement.

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 auto-provisions OmniCinema by cloning a pinned repo, installing dependencies, building, starting an IPC service, and syncing a bearer token. It distinguishes itself from sibling tools like 'omnicinema_status' by focusing on provisioning rather than querying status.

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 implies usage when one wants to set up OmniCinema with free assets, requiring explicit consent via confirm=true. It does not explicitly state when not to use it or compare to alternatives, but the context is clear given sibling tools.

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/joeshwoa/devuniverse-mcp'

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