Skip to main content
Glama

KnownGate

check_plan

Read-only

Rule a set of items at once: a recipe's ingredients, a basket, several days. Needs a key (Authorization: Bearer kg_live_…); create a free one with the register tool. Up to 25 subjects, one call, one verdict per item plus a summary line. Each item carries its own evidence, source and read date.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemsYes
thresholdsNoNumeric premise (beta): per-serving nutrient bounds ruled against the product's typed panel. Unknown values refuse honestly, never zero. An empty array means no numeric limits.
restrictionsYesHousehold restrictions. FDA-9 keys ("peanut", "sesame", "milk", …) as strings, or { key, note } when a note matters (e.g. { key: "tree_nut", note: "cashew" }). May be empty when thresholds carry the premise.

TDQS

A4.4/5.0
Behavior5/5

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

Annotations already mark readOnlyHint=true, and the description adds substantial behavioral context: Bearer key auth, the 25-item batch cap, one verdict per item plus a summary line, and per-item evidence, source, and read date. This goes well beyond the annotation without contradicting it.

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?

Three short sentences front-load the core purpose before covering auth and output behavior. Every clause contributes useful information and there is no filler.

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?

With no output schema, the description still sketches the response shape: one verdict per item, a summary line, evidence, source, and read date. It also covers auth and limits. Exact response formatting and error behavior are left to inference, but the essential guidance is present.

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?

The schema already documents item kinds, value constraints, thresholds, and restrictions; the description mainly reinforces the batch size and gives examples of subjects. With schema coverage around 67%, the description adds context but does not meaningfully enrich parameter semantics beyond the schema.

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 opens with a specific verb and resource ('Rule a set of items at once') and gives concrete use cases (recipe ingredients, basket, several days). It clearly distinguishes itself as a batch operation from siblings like check_item by emphasizing 'at once' and the 25-subject limit.

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 provides clear context for when to use the tool: when multiple subjects should be checked in one call. It also notes the auth prerequisite and points to register for creating a key, but it does not explicitly name alternatives or state when not to use it.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.4/5.0
Disambiguation5/5

The three check tools target clearly different scopes: a single item, a multi-item plan, and a venue-wide chart. register is a distinct action for obtaining a credential. There is no realistic ambiguity between them.

Naming Consistency4/5

The check_* prefix gives strong pattern consistency across the core operations, and register is a clear verb. It deviates only by not following the check_ prefix, but this is easily understood because it serves a different purpose.

Tool Count5/5

Four tools is appropriately scoped for a focused food-safety checking server. Each tool performs a distinct function with no redundancy, and register is a necessary companion to the three check operations.

Completeness4/5

The core workflows of checking an item, a plan, and a venue are fully covered, along with developer key registration. Minor gaps exist around inspecting or managing the household premise/restrictions and recovering a lost API key, but they do not block the main checking workflow.

Resources