Skip to main content
Glama
rossumai

Rossum MCP Server

Official
by rossumai

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ROSSUM_API_KEYYesYour Rossum API key
ROSSUM_API_BASENoThe base URL for the Rossum APIhttps://api.elis.rossum.ai/v1

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

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
rossum_get_queuesB

Get all queues from the Rossum organization.

rossum_get_schemaC

Get a specific schema by its ID.

Args: schema_id: The ID of the schema to retrieve

rossum_get_hooksB

Get all serverless function hooks from the Rossum organization.

rossum_get_hookA

Get a specific serverless function hook by its ID, including its source code.

Args: hook_id: The ID of the hook to retrieve

rossum_get_workspacesB

Get all workspaces from the Rossum organization.

rossum_get_workspaceC

Get a specific workspace by its ID.

Args: workspace_id: The ID of the workspace to retrieve

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 6 tools

Disambiguation5/5

Each tool has a clearly distinct purpose targeting different Rossum resources: hooks, queues, schemas, and workspaces. The singular vs. plural naming (e.g., get_hook vs. get_hooks) further clarifies whether the tool retrieves a specific item or all items, eliminating any ambiguity.

Naming Consistency5/5

All tool names follow a consistent 'rossum_get_' prefix with snake_case, followed by the resource name (e.g., hook, hooks, queues, schema, workspace, workspaces). This predictable pattern makes it easy to understand what each tool does at a glance.

Tool Count4/5

With 6 tools, the count is reasonable for a Rossum API server, covering key resources like hooks, queues, schemas, and workspaces. It's slightly lean but functional; adding a few more tools (e.g., for creating or updating resources) could enhance completeness without being excessive.

Completeness2/5

The toolset is severely incomplete as it only provides read operations (get) for resources. There are no tools for creating, updating, or deleting hooks, queues, schemas, or workspaces, which are essential for full CRUD coverage in a document processing platform like Rossum. This will cause significant agent failures when trying to modify data.

Maintenance

ActivityInactive
ResponsivenessNo issues