KnownGate
Server Details
Food verification for people and AI agents: evidence-backed verdicts, with sources and dates.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- FocusedCreativity/knowngate
- GitHub Stars
- 0
Available Tools
4 toolscheck_itemARead-onlyInspect
Rule one food subject against the household premise (restrictions, thresholds, or both). Needs a key (Authorization: Bearer kg_live_…); create a free one with the register tool. Returns one of four verdicts (no_conflict_found, conflict_found, ask_one_question, couldnt_verify) with typed hits, source kind and read date. Unknown counts as no; the word safe is never used.
| Name | Required | Description | Default |
|---|---|---|---|
| subject | Yes | ||
| thresholds | No | Numeric 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. | |
| restrictions | Yes | Household 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
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond the readOnlyHint=true annotation, the description discloses crucial behavior: the exact four-verdict enum (no_conflict_found, conflict_found, ask_one_question, couldnt_verify), the return payload shape (typed hits, source kind, read date), the auth requirement, and the semantic guardrails 'Unknown counts as no' and 'safe is never used.' These prevent agents from misinterpreting results — exactly what behavioral transparency should provide.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Four sentences each earn their place: purpose, auth prerequisite, return contract, and the two critical caveats. The content is dense but organized as a logical progression, front-loading the core purpose before the operational details. Slightly heavy text density prevents a 5.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a moderately complex tool with nested objects and no output schema, the description compensates well by enumerating the four verdicts and return fields. Combined with a rich input schema and readOnly annotation, almost everything needed to call correctly is present. Minor omissions like error behavior or rate limits are acceptable at this complexity.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 67%, above the 50% threshold, so the baseline of 3 applies. The schema itself richly documents subject.kind, venue, thresholds, and restrictions; the description adds no parameter-level detail beyond restating the restrictions/thresholds concepts. It neither compensates for gaps nor harms understanding.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description opens with a specific verb+resource pairing — 'Rule one food subject against the household premise' — which precisely scopes the operation to a single food item versus restrictions/thresholds. This clearly distinguishes it from siblings: check_plan (plan-level) and check_venue (venue-level).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description establishes clear context for when to call this tool ('one food subject') and routes the agent to register for API key creation. It doesn't explicitly name alternatives like check_plan as the 'when-not-to-use' path, but the singleton scope makes the boundary reasonably inferable.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
check_planARead-onlyInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| thresholds | No | Numeric 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. | |
| restrictions | Yes | Household 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
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The readOnlyHint annotation already signals a safe read operation. The description adds useful behavioral context: one call returns one verdict per item plus a summary line, and each item carries evidence, source, and read date. It does not contradict the annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is compact, with three focused sentences covering purpose, authentication, limits, and output behavior. It is front-loaded and avoids unnecessary filler, though 'Rule a set of items' is slightly awkward phrasing.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a batch read tool with no output schema, the description provides essential return-shape context (per-item verdicts, summary line, evidence, source, read date) plus authentication guidance. It could be more complete by mentioning thresholds/restrictions semantics, but the input schema covers those details adequately.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The description does not meaningfully explain the input parameters beyond noting the 25-item cap. The schema already documents items, thresholds, and restrictions reasonably well (67% coverage), but the description itself adds no parameter-level semantic value, such as how thresholds or restrictions should be formatted or chosen.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description communicates that this tool evaluates or 'rules' a batch of items in a single call, with examples like ingredients, a basket, or several days. It distinguishes itself from singular check_item by emphasizing 'at once,' though it does not explicitly name sibling alternatives.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It clearly states the batch use case, the 25-subject limit, and the requirement for an API key obtained via register. It gives concrete context for when to use the tool, but it does not explicitly state when not to use it or compare it to check_item/check_venue.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
check_venueARead-onlyInspect
Rule a whole venue's published chart against the household restrictions in one call. Needs a key (Authorization: Bearer kg_live_…); create a free one with the register tool. Returns per-verdict counts, the most severe items, the operator's cross-contact caveat verbatim, and the chart's source and read date. A venue with no machine-readable chart says so honestly.
| Name | Required | Description | Default |
|---|---|---|---|
| venue | Yes | ||
| restrictions | Yes | Household 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
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond readOnlyHint, it discloses the required bearer key, the return payload (counts, severe items, cross-contact caveat, source/read date), and the edge-case behavior for venues without machine-readable charts. These are meaningful behavioral traits not visible in annotations or schema.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Three sentences front-load the primary action, then cover auth, return contents, and an important edge case. Every sentence adds information without repetition or filler.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no output schema, the description usefully enumerates what will be returned and states what happens when a chart is unavailable. Combined with the input schema and readOnly annotation, an agent has enough context to select and call the tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The description maps 'venue' and 'restrictions' conceptually but adds little structural detail beyond the schema, which already documents the restrictions array and location. With only 50% schema description coverage, it could have compensated more for the venue object's name field, though the core intent is clear.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The opening sentence names a specific action—'Rule a whole venue's published chart against the household restrictions'—with a clear resource and scope. The phrase 'whole venue' and 'in one call' distinguishes this from item- or plan-level siblings.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It gives clear context for use—batch auditing a venue's full chart against restrictions—and even directs users to register for a key. It does not explicitly say when to prefer check_item or check_plan, so it stops short of full exclusion guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
registerAInspect
Sign yourself up for a developer key without leaving MCP. The email is contact and recovery, not a wall. One key per email, free tier (100 checks a month); the key is in this response and never shown again. Nothing on knowngate.com itself needs a key.
| Name | Required | Description | Default |
|---|---|---|---|
| agent_name | Yes | Who is signing up, e.g. your product name | |
| contact_email | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations show readOnlyHint=false and idempotentHint=false, meaning the tool performs a write and is not idempotent. The description adds important behavioral traits: the response contains the key only once ('never shown again') and one key per email, making the non-idempotence concrete. It also clarifies the key's scope (nothing on knowngate.com needs a key), which goes beyond annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Three concise sentences, each adding distinct value: what it does, limitations/behavior, and scope clarification. Front-loaded with the core purpose, then efficient details. No fluff or repetition of schema properties.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a 2-parameter tool with no output schema, the description covers the essential return value (the key is in the response, never shown again) and the constraints (one per email, free tier). Missing details like rate limits or exact response format are compensated by the explicit 'key is in this response' statement. Sibling tools are check_* functions, so register is clearly the onboarding prerequisite.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 50%, with contact_email having a description but agent_name only having an example placeholder ('e.g. your product name'). The description adds meaning by explaining contact_email is for contact and recovery, not a wall, which supplements the schema's sparse description. It could have described agent_name more, but the schema's example is adequate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description clearly states specific verb ('Sign yourself up') and resource ('developer key'), with additional context about free tier and usage limits. It distinguishes from sibling tools by mentioning 'without leaving MCP' and noting what doesn't need a key.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Description provides clear context for when to use (when user requests a developer key) and implicitly suggests it as a prerequisite for the sibling check tools. It doesn't explicitly name alternatives, but siblings are distinct enough that no exclusions are needed; the 'without leaving MCP' and free tier details help an agent decide.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user or an account that owns the GitHub organization, then choose Claim with GitHub.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Independent fact-checking for AI answers: a verdict and sources for every claim.
Verify claims with verdict, confidence & cited sources; batch verify, source checks, daily brief.
Evidence-backed x402 web verification for AI agents, with auditable decisions for every condition.
Source-traced evidence research for AI agents. We organise the evidence; you decide.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables checking food additive safety, nutrition profiles, pesticide residues, and ingredient lists with regulatory flags and dietary compatibility. All data is sourced from authoritative bodies like JECFA, EFSA, and FDA.MIT
- AlicenseNot gradedqualityFmaintenanceVerifies claims with verdicts (supported/disputed/unverifiable), confidence scores, and cited sources by cross-referencing FoundryNet Data Network and web search.MIT
- AlicenseNot gradedqualityBmaintenanceProvides AI agents with accurate French HACCP regulatory data, live RappelConso recalls, and Alim'confiance scores to ensure food safety compliance and avoid hallucinations.22MIT
- AlicenseAqualityAmaintenanceProduct evaluation MCP server for US packaged food. Health scores, ingredient safety, regulatory flags, recall history, corporate ownership.21MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
check_item, check_plan, and check_venue are cleanly separated by scope: a single food, a batch/plan up to 25 items, and a venue-level chart. register is clearly the auth/key-creation step and cannot be confused with the checking operations.
The three core tools follow a consistent check_<noun> snake_case pattern, which makes their behavior predictable. register is a clear, conventional name but breaks the verb_noun pattern, so the set is not perfectly uniform.
Four tools is a well-scoped set for this server: one necessary registration step plus three checking operations at increasing levels of granularity. Each tool has a distinct purpose and nothing feels redundant or bloated.
The checking surface is essentially complete: single items, composite plans, and venue charts are all covered, and register provides the required key. The only notable gap is that household premise/restriction configuration is not exposed through MCP, so agents must rely on that being set up outside the server.