Skip to main content
Glama
craveup

CraveUp MCP Server

Official
by craveup

Get Crave.js implementation guidance

get_integration_guide
Read-onlyIdempotent

Fetch implementation guides for Crave storefront tasks: SDK setup, menu display, checkout flow, and bulk menu import format. Choose a topic to retrieve the relevant documentation before coding.

Instructions

Documented patterns for implementing a Crave storefront: SDK setup, menu display, checkout flow, and the bulk menu import format. Read the relevant guide before writing storefront code.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topicYesWhich guide to fetch

Output Schema

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

TDQS

A4.3/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, so the safety profile is fully covered. The description adds that this is informational documentation, but does not reveal additional behavioral nuance, so it lands at the baseline for annotation-covered tools.

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?

Two sentences, both purposeful. The first sentence front-loads the scope and contents; the second gives clear action guidance. No filler or redundancy.

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 simple one-enum-parameter tool with a full output schema and strong annotations, the description covers what the tool is, what it contains, and when to use it. Nothing an agent needs to call it correctly is missing.

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 coverage is 100% and the enum values are described. The description adds value by mapping each enum to a concrete guide topic ('SDK setup', 'menu display', 'checkout flow', 'bulk menu import format'), helping the agent pick the right topic without additional research.

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 names the specific resource ('Crave storefront implementation guidance') and lists the exact guide topics: SDK setup, menu display, checkout flow, and bulk menu import format. This clearly distinguishes it from sibling tools like get_onboarding_flow or check_storefront_readiness.

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 usage context: 'Read the relevant guide before writing storefront code.' It does not name alternatives or exclusions, but the timing and purpose are clear enough for an agent to know when to invoke it.

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