Skip to main content
Glama
abahocodes

@llmgraph/mcp-server

by abahocodes

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LLMGRAPH_API_KEYNoSecret API key for the deployment
LLMGRAPH_ENDPOINTNoFull deployment endpoint URL copied from the dashboard
LLMGRAPH_TOOL_NAMENoTool name shown to the clientinvoke_workflow
LLMGRAPH_TIMEOUT_MSNoRequest timeout in milliseconds180000
LLMGRAPH_DEPLOYMENTSNoJSON array of deployment configurations for multiple deployments
LLMGRAPH_SCHEMA_MODENoSchema mode: input or chatinput
LLMGRAPH_TOOL_DESCRIPTIONNoTool description shown to the model

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
productionB

Invoke the LLMGraph workflow deployment "production"

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.1/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of confusing it with another. The tool name is unique within the server, so an agent can unambiguously select it.

Naming Consistency2/5

The single tool name 'production' is a noun rather than an action-oriented verb_noun pattern, and there are no other tools to establish a consistent convention. The name is vague and does not clearly indicate what operation it performs.

Tool Count1/5

A single tool named 'production' that only invokes a workflow deployment is extremely thin for a server, appearing more like a one-off action than a coherent toolset. This falls at the extreme low end of the count appropriateness scale.

Completeness1/5

The server exposes no other lifecycle operations around deployments—there is no way to list, create, update, or delete workflows, or to invoke any environment other than 'production'. This is a severely incomplete surface for any real workflow management purpose.

Maintenance

ActivityStale
ResponsivenessNo issues