Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MARVIN_API_URLYesThe URL of the Marvin API.
MARVIN_MCP_LOG_LEVELNoLog level: silent, error, warn, info, debug.info
MARVIN_MCP_READ_ONLYNoWhether to run in read-only mode (true/false).true
MARVIN_WORKSPACE_SLUGYesThe workspace slug.
MARVIN_SITE_CLIENT_TOKENYesThe site client token for authentication.

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
}
prompts
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
marvin_describe_capabilitiesA

Explain the Marvin capabilities exposed by this MCP server and summarize the SDK capability inventory.

marvin_get_workspace

Return basic information and site settings for the configured Marvin workspace.

Prompts

Interactive templates invoked by user choice

NameDescription
review_workspace_structureInspect Marvin workspace structure and recommend non-destructive improvements.
create_site_pageGuide creation of a Marvin page draft without automatic publishing.
prepare_release_updateDraft a release/update entry for Marvin content workflows.
audit_content_modelAudit entries, collections, resources, and site settings for model quality.
review_collectionsReview Marvin collection organization and entry grouping.
review_assetsReview Marvin asset metadata and content usage considerations.
review_resourcesReview reusable Marvin resources and references.

Resources

Contextual data attached and managed by the client

NameDescription
marvin-capabilitiesSelf-description of Marvin MCP capabilities and SDK support.
workspaceBasic information for the configured Marvin workspace.
workspace-sitePublic site settings for the configured Marvin workspace.
entry-typesEntry type information inferred from available entries; the publishing SDK has no entry-type list method.
workspace-collectionsCollection summaries for the configured Marvin workspace.
workspace-resourcesReusable resource summaries for the configured Marvin workspace.

TDQS

A3.9/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of confusion between tools. The single tool has a clear, distinct purpose.

Naming Consistency5/5

The sole tool name 'marvin_describe_capabilities' follows a clear verb_noun pattern in snake_case, so there is no inconsistency.

Tool Count3/5

The server has only one tool, which is borderline for typical MCP servers. It could be acceptable if the server's sole purpose is introspection, but it feels thin for a general-purpose server.

Completeness1/5

The server only provides a single tool that describes capabilities, with no tools to actually perform any actions. This is severely incomplete for a functional MCP server.

Maintenance

ActivitySlowing
ResponsivenessNo issues