Skip to main content
Glama
PeterHeick

odt-mcp-server

by PeterHeick

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
read_odt

Læser tekst fra en .odt (OpenDocument Text) fil

get_odt_metadataA

Henter metadata fra en .odt fil (forfatter, titel, dato, osv.)

list_odt_filesB

Lister alle filer indeholdt i .odt arkivet

extract_odt_xmlA

Udtrækker rå XML fra en specifik fil i .odt arkivet (content.xml, styles.xml, meta.xml)

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a distinctly different purpose: metadata retrieval, file listing, and XML extraction from ODT archives. No overlap or ambiguity.

Naming Consistency5/5

All tool names follow the same verb_odt_noun pattern (get, list, extract) with consistent snake_case and meaningful verbs.

Tool Count4/5

Three tools is a reasonable size for a focused read-only ODT server. It covers core read operations without unnecessary bloat, though it could benefit from slightly more depth.

Completeness3/5

Covers metadata, file enumeration, and raw XML extraction, but lacks tools for extracting plain text or converting formats. The set is adequate for basic inspection but leaves agents to parse XML themselves.

Maintenance

ActivityInactive
ResponsivenessNo issues