Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
UPSTAGE_API_KEYYesYour Upstage API key

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": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
parse_documentB

Parse a document using Upstage AI's document digitization API.

This tool extracts the structure and content from various document types,
including PDFs, images, and Office files. It preserves the original formatting
and layout while converting the document into a structured format.

Supported file formats include: PDF, JPEG, PNG, TIFF, and other common document formats.
extract_informationC

Extract structured information from documents using Upstage Universal Information Extraction.

This tool can extract key information from any document type without pre-training.
You can either provide a schema defining what information to extract, or let the system
automatically generate an appropriate schema based on the document content.

Supported file formats: JPEG, PNG, BMP, PDF, TIFF, HEIC, DOCX, PPTX, XLSX
Max file size: 50MB
Max pages: 100

Args:
    file_path: Path to the document file to process
    schema_path: Optional path to a JSON file containing the extraction schema
    schema_json: Optional JSON string containing the extraction schema
    auto_generate_schema: Whether to automatically generate a schema if none is provided

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 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: parse_document extracts layout-preserving content, while extract_information extracts structured data using a schema. No overlap in functionality.

Naming Consistency5/5

Both tool names use the verb_noun pattern with snake_case (parse_document, extract_information), maintaining consistent naming conventions.

Tool Count3/5

With only 2 tools, the server feels minimal for a document processing domain. While focused, it is borderline thin for typical workflows.

Completeness4/5

The two tools cover core document digitization and extraction needs. Minor gaps exist (e.g., no file upload or conversion), but the primary use cases are addressed.

Maintenance

ActivityInactive
ResponsivenessNo issues