Skip to main content
Glama
prismeai

Prisme.ai MCP Plugin

Official
by prismeai

list_app_instances

Read-only

Retrieve a summary list of all installed app instances in a Prisme.ai workspace, including slug, appSlug, appName, and disabled status.

Instructions

List all installed app instances in a Prisme.ai workspace. Returns summary info only (slug, appSlug, appName, disabled). Use get_app_instance for full details.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
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
Behavior4/5

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

Annotations already declare `readOnlyHint: true`, so the description does not need to reaffirm safety. It adds value by specifying the exact fields returned (slug, appSlug, appName, disabled), which helps the agent understand the output format.

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, each earning its place. The first states purpose and scope, the second provides sibling differentiation. No redundant information.

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 simple list tool with good schema coverage and annotations, the description is nearly complete. It lacks mention of pagination or ordering, but given the tool's simplicity and the provided return fields, it is sufficiently informative.

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 coverage is 100%, so baseline is 3. The description does not add additional meaning beyond the schema—no guidance on when to use `workspaceName` vs `workspaceId`, or how `environment` relates. This is adequate but not enhanced.

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 the tool lists all installed app instances in a workspace, with a specific verb and resource. It distinguishes itself from `get_app_instance` by noting it returns only summary info, and suggests using the sibling for full details.

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

Usage Guidelines5/5

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

Explicitly states when to use this tool (for a summary list of app instances) and when not to (use `get_app_instance` for full details). This provides clear context for an agent to choose correctly among 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/prismeai/prismeai-mcp-debug'

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