Skip to main content
Glama
craveup

CraveUp MCP Server

Official
by craveup

Create a new location

create_location

Create an additional restaurant location under a merchant account with display name, address, and timezone, then receive a location ID for managing hours, menus, and fulfillment.

Instructions

Create an additional location under the authenticated merchant (multi-location setup). POSTs { restaurantDisplayName } to /api/v1/locations (Clerk session required), then optionally PATCHes /address (pass lat/lng to skip geocoding). Returns the Crave location id — follow with update_store_hours, import_menu, set_menu_active, set_fulfillment_methods. Requires craveup login. After rebuilding @craveup/mcp, restart the Cursor MCP server.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNoPreview by default. Apply requires the exact returned planDigest.dry-run
nameYesDisplay name (max 30 chars)
addressNo
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.2/5.0
Behavior4/5

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

Reveals important mutation behavior beyond the annotations: POST to /api/v1/locations, optional PATCH to /address, geocoding behavior when lat/lng are omitted, and the returned Crave location id. Annotations only indicate non-read-only and non-destructive, so these side-effect and auth details add real value. It doesn't mention the dry-run/apply mode, though that is covered in the schema.

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

Conciseness4/5

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

The first three sentences are dense and front-load purpose, auth, behavior, and next steps. The final sentence about rebuilding @craveup/mcp and restarting the Cursor MCP server is a developer meta-note that doesn't materially help tool invocation, but the overall description still earns its length.

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

Completeness5/5

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

For a mutation tool with a rich schema and output schema, the description supplies the missing execution context: endpoint, required authentication, optional address behavior, return value, and suggested follow-up tools. No critical operational detail needed to invoke the tool correctly is missing.

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

Parameters3/5

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

Schema already covers about 80% of parameters, so the baseline is 3, and the description adds some useful context such as 'pass lat/lng to skip geocoding.' However, the description says the request POSTs { restaurantDisplayName } while the actual required parameter is name, creating potential confusion for an agent mapping arguments to parameters.

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?

States a specific action and scope: 'Create an additional location under the authenticated merchant (multi-location setup).' This clearly distinguishes it from siblings like list_locations, delete_location, and set_location_address. The verb, resource, and business context are all present.

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?

Gives clear context: multi-location setup, requires craveup login and Clerk session, and lists follow-up tools such as update_store_hours and import_menu. It does not explicitly contrast with sibling tools or state when not to use it, so it stops short of full usage-exclusion guidance.

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