Skip to main content
Glama
prismism-dev

Prismism MCP Server

by prismism-dev

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PRISMISM_API_KEYYesYour Prismism API key
PRISMISM_BASE_URLNoAPI base URLhttps://prismism.dev

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
prismism_healthA

Verify that the Prismism MCP server is running and the API key is configured correctly. Call this first to confirm your setup works before doing anything else.

prismism_registerA

Create a new Prismism account and get an API key. This is a one-time setup tool. The API key is returned once and cannot be retrieved again — save it to your MCP config immediately.

prismism_publishA

Upload a file and get a shareable, tracked link. Supports PDF, HTML, Markdown, images (PNG/JPG/GIF/SVG/WebP), and video (MP4). Send content as plain text (default) or base64 for binary files.

prismism_listB

List your published artifacts with pagination.

prismism_getA

Get details and analytics for a specific artifact by ID.

prismism_updateA

Update settings for an existing artifact — title, download permissions, or password protection.

prismism_deleteA

Permanently delete an artifact. This cannot be undone.

prismism_accountA

Get your account details — name, email, plan, and storage usage.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4/5.0

Scored across 8 tools

Disambiguation5/5

Each tool has a distinct purpose with no overlap: account management, artifact deletion, retrieval, health check, listing, publishing, registration, and updating. The descriptions clearly differentiate their functions, eliminating any ambiguity.

Naming Consistency5/5

All tools follow a consistent 'prismism_verb' pattern (e.g., prismism_get, prismism_publish), using snake_case throughout. This predictability makes it easy for agents to understand and select tools.

Tool Count5/5

With 8 tools, the set is well-scoped for artifact management, covering core operations like CRUD, listing, account setup, and health checks. Each tool serves a clear purpose without redundancy or bloat.

Completeness5/5

The toolset provides complete lifecycle coverage for artifact management: create (publish/register), read (get/list/account), update, and delete, plus health and setup tools. There are no obvious gaps, enabling smooth agent workflows.

Maintenance

ActivityInactive
ResponsivenessNo issues