Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
COOKWITH_API_URLNoAPI endpoint for the recipe servicehttps://cookwith.co

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
generate_recipeA

Generate a new recipe based on natural language instructions and dietary preferences

transform_recipeB

Transform an existing recipe based on instructions (e.g., make it vegan, adjust calories, change servings)

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 2 tools

Disambiguation5/5

generate_recipe creates a new recipe, while transform_recipe modifies an existing one. The semantic boundary is clear, with no overlap in purpose.

Naming Consistency5/5

Both tools follow a consistent verb_noun pattern: generate_recipe and transform_recipe. The verbs are distinct and the object is uniform.

Tool Count3/5

With only two tools, the server feels thin for a recipe domain. While the scope could be narrowly focused on generation, the count is borderline.

Completeness2/5

transform_recipe requires an existing recipe, but there is no tool to retrieve or list recipes. This is a significant gap that leaves agents unable to obtain the input needed for transformation.

Maintenance

ActivityInactive
ResponsivenessNo issues