Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

papajohns_nutrition

Retrieve nutrition facts for any Papa John's category, including pizzas, crusts, sauces, and toppings. Returns the full published nutrition panel with calories, fat, sodium, and more for each item and size.

Instructions

Get one Papa John's nutritional-details category. Returns Papa John's own published nutrition-facts panel for every item in one category -- full pizzas by name, or a single ingredient family (crust, cheese, sauce, toppings). Each item lists every published size/crust variant with serving size and a full nutrition-facts breakdown (calories, fat, cholesterol, sodium, carbohydrate, fiber, sugars, protein). This is Papa John's national reference data, not priced per-store data -- see GET /papajohns/directory for store lookup.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
categoryYesOne of: cheese, crust, desserts, dipping-sauces, drinks, extras, papa-bowls, papadias, pizzas, sandwiches, sauce, sides, toppings, wings

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.16.2

TDQS

A4.9/5.0
Behavior5/5

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

With no annotations, the description fully covers behavior. It discloses the output (nutrition-facts panel for every item in one category), includes variants and serving sizes, and clarifies scope (national reference data). No contradictions or gaps.

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 front-loaded with the core purpose, then elaborates on output details and scope. Every sentence adds value; no fluff. It's long but dense with useful information.

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 single-parameter tool with no output schema, the description thoroughly covers what it returns, the nature of the data, and where to go for related lookups. 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% with a parameter description listing all allowed categories. The tool description adds context by grouping categories (full pizzas vs ingredient families) and explaining the meaning, which goes beyond the schema's list but doesn't add syntax 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 verb (Get), resource (Papa John's nutritional-details category), and elaborates on what that means (returns nutrition-facts panels for every item in a category). It also distinguishes from siblings by clarifying it's national reference data, not per-store data, and points to the directory for store lookup.

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

Usage Guidelines5/5

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

Explicitly states when NOT to use this tool (for per-store pricing) and names the alternative (GET /papajohns/directory). It also implies when to use it: when nutrition facts for a category are needed. This is clear routing guidance.

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

Install Server

Other Tools