Skip to main content
Glama
craveup

CraveUp MCP Server

Official
by craveup

Import a full menu into Crave

import_menu
Idempotent

Store a complete menu at a Crave location in one call: categories, products, prices, images, modifiers. Re-importing updates items by name instead of duplicating, and the menu is active by default.

Instructions

Store a complete menu (categories, products, prices, image URLs, modifiers) at a Crave location in one call. Use this after extracting a menu from a website, PDF, or photos. Idempotent: re-importing updates existing items by name instead of duplicating. Forces menu.isActive=true unless explicitly set false. Follow with set_menu_active if needed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
menuNoMenu-level settings; the menu is activated by default
modeNoPreview by default. Apply requires the exact returned planDigest.dry-run
categoriesYesThe full menu tree: categories containing products, in display order
locationIdNoCrave location id; omit to use the CRAVEUP_LOCATION_ID default
planDigestNoExact digest returned by a dry-run of the same arguments.
confirmationTokenNoRequired exact phrase for destructive, paid, or release operations.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNo
modeYes
statusYes
changesYes
summaryYes
operationYes
planDigestYes
environmentYes
nextActionsYes
schemaVersionYes
Install Server

TDQS

A4.6/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Beyond the idempotentHint annotation, the description discloses the mechanism: 're-importing updates existing items by name instead of duplicating.' It also surfaces a non-obvious side effect: 'Forces menu.isActive=true unless explicitly set false.' These are actionable behavioral details not present in the annotations, and there is no contradiction with them.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is four sentences, each earning its place: scope of import, source use-case, idempotency behavior, activation default and follow-up. It is front-loaded with the core action and contains no filler or restatements of schema fields.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with nested objects and a two-phase dry-run/apply flow, the description orients the agent well on the bulk import scenario, idempotency, and post-import activation. It does not mention the required dry-run-then-apply workflow or confirmationToken, but the schema's mode and planDigest descriptions fully cover those, so the gap is minor.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the baseline is 3 even without parameter details in the description. The description adds meaningful semantics by explaining that re-import matches items by name and that isActive defaults to true unless set otherwise, which reinforces and extends the schema's weightier parameters. It does not duplicate enum or format details.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific action ('Store a complete menu ... at a Crave location in one call') and enumerates exactly what is included: categories, products, prices, image URLs, modifiers. This clearly distinguishes it from sibling tools like update_product, delete_product, and set_menu_active, which operate on a single item or activation state.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives explicit context: 'Use this after extracting a menu from a website, PDF, or photos,' and provides a follow-up action ('Follow with set_menu_active if needed'). However, it does not explicitly state when not to use the tool or name alternatives for partial updates, so it stops short of a 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Other Tools

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/craveup/craveup-mcp'

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