Skip to main content
Glama
lka
by lka

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
IMAGE_SUBDIRECTORYNoSubdirectory for images relative to working directory (default: empty, i.e., working directory itself)
IMAGE_SELECTOR_WORKING_DIRNoWorking directory for image selector (default: current working directory)current working directory

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_server_versionA

Gibt die aktuelle Version des recipe-servers zurueck.

get_recipe_promptA

Gibt den Workflow-Prompt für Rezept-Extraktion aus PDFs zurück.

select_image_regions_toolA

Öffnet eine GUI zum interaktiven Auswählen von Bildausschnitten.

Unterstützt Bildformate (JPEG, PNG, etc.) und PDF-Dateien. Ohne image_path werden automatisch die ersten 4 Bilder aus dem Bildverzeichnis geladen.

Kehrt sofort zurück, sobald die GUI im Browser geöffnet wurde (blockiert nicht bis zum Abschluss der Auswahl). Das Ergebnis muss anschließend mit get_selection_result_tool abgeholt werden.

get_selection_result_toolA

Holt das Ergebnis einer mit select_image_regions_tool gestarteten Auswahl ab.

Solange die Auswahl im Browser noch nicht abgeschlossen wurde, liefert das Tool einen Hinweis zurück und kann beliebig oft erneut aufgerufen werden.

get_working_directory_toolA

Zeigt das aktuelle Working Directory an.

build_recipe_html_toolB

Erstellt HTML aus strukturierten Rezeptdaten.

Uebernimmt automatisch Dateinamen-Sanitisierung, ISO-Zeitformat-Berechnung, Leerzeichen Menge/Einheit, Quellen-Bereinigung, Template-Befuellung, Bild-Zuordnung, Datei-Speicherung und Index-Aktualisierung.

Prompts

Interactive templates invoked by user choice

NameDescription
generate_recipeErstellt eine HTML-Datei mit einem gescannten Rezept aus einer PDF.

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/lka/recipe-tools'

If you have feedback or need assistance with the MCP directory API, please join our Discord server