Skip to main content
Glama
prismeai

Prisme.ai MCP Plugin

Official
by prismeai

publish_app

Publish a workspace as an app version in the Prisme.ai app store. Provide a slug for first-time publishing; later updates reuse the app.

Instructions

Publish a workspace as a new app version in the Prisme.ai app store. On first publish, a slug is required to create the app. Subsequent publishes update the existing app.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoAn optional version name
slugNoApp slug: required on first publish to create the app in the store
descriptionNoApp description (string or localized object)
environmentNoOptional environment name (from PRISME_ENVIRONMENTS) to use specific API URL and workspace
workspaceIdNoAlternative: direct workspace ID (use workspaceName instead when possible)
workspaceNameYesWorkspace name that resolves to ID via PRISME_WORKSPACES or PRISME_ENVIRONMENTS mapping
workspaceVersionNoAn optional workspace version to publish. If empty, publishes the latest workspace version
Behavior3/5

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

With no annotations, the description is the sole source for behavioral disclosure. It reveals that first publish creates an app and later publishes update it, but does not clarify whether it creates a new version or overwrites, or what privileges are required.

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 concisely convey the core functionality and key conditional behavior. No extraneous information; front-loaded with purpose.

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

Completeness3/5

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

Given 7 parameters and no output schema, the description is brief. It lacks details about return values, side effects on existing app versions, and permission requirements that would help the agent fully understand 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?

All 7 parameters have schema descriptions (100% coverage). The tool description adds value by explaining the slug parameter's conditional requirement (first publish). This contextual detail slightly exceeds the baseline of 3.

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 publishes a workspace as a new app version in the Prisme.ai app store. It differentiates first publish (requires slug) from updates, but does not explicitly contrast with sibling tools like push_workspace or push_workspace_version, leaving potential ambiguity.

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

Usage Guidelines3/5

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

The description implies when to use this tool (publishing to app store) and mentions the slug requirement for first publish, but offers no explicit guidance on when not to use it or what alternatives exist among siblings.

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/prismeai/prismeai-mcp-debug'

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