Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HTTP_HOSTNoHTTP server host127.0.0.1
HTTP_PORTNoHTTP server port3000
AI_API_KEYYesYour OpenRouter API key
AI_BASE_URLNoBase URL for OpenRouter APIhttps://openrouter.ai/api/v1
HTTP_ALLOWED_ORIGINNoAllowed CORS origin*
AI_MAX_CHUNK_CHARACTERSNoMaximum characters per chunk40000
DEFAULT_TABLE_OUTPUT_PATHNoDefault output path for extracted tablesoutput/document-tables.json

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
extract_document_tablesA

Convert a PDF, DOCX, text, markdown, CSV, JSON, or HTML document into table data and write one JSON output file. The source can be a local file path or an HTTP/HTTPS URL.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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 clearly defined purpose and inputs, making its function unambiguous.

Naming Consistency5/5

The tool name 'extract_document_tables' follows a clear verb_noun pattern and is descriptive. With only one tool, there is no inconsistency to penalize.

Tool Count2/5

A single tool is too few for the apparent scope of a server named 'Spec Forge MCP'. The tool, while useful, is narrowly focused and does not justify a server-level presence on its own.

Completeness1/5

The server provides only one operation with no surrounding workflow support. There is no way to manage, list, or further process the extracted data, making the surface severely incomplete for any broader purpose.

Maintenance

ActivityInactive
ResponsivenessNo issues