recipe-tools
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| IMAGE_SUBDIRECTORY | No | Subdirectory for images relative to working directory (default: empty, i.e., working directory itself) | |
| IMAGE_SELECTOR_WORKING_DIR | No | Working directory for image selector (default: current working directory) | current working directory |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| 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
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| generate_recipe | Erstellt eine HTML-Datei mit einem gescannten Rezept aus einer PDF. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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