Skip to main content
Glama

facts_by_entity

Look up an exact identifier (CVE, CRD, feature gate, flag, metric, config field, dependency) and retrieve every fact about it from CNCF release notes: security fixes, breaking changes, deprecations.

Instructions

Reverse index: every fact touching one exact identifier — a CVE id, CRD, feature gate, flag, metric, config field, or dependency. Case-insensitive. Call this when you have a specific identifier (e.g. from a manifest or advisory) and want to know what changed around it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindNooptional: api|crd|feature_gate|flag|metric|config_field|extension|dependency|cve|advisory|subsystem
nameYesexact identifier to look up: CVE id, CRD, feature gate, flag, metric, config field, dependency
Behavior3/5

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

No annotations provided, so description carries full burden. It discloses case-insensitivity, a useful behavioral trait. However, it does not mention read-only nature, result limits, or data freshness, which would enhance transparency.

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 concise sentences with no wasted words. Front-loaded with core purpose, followed by usage context. Every sentence adds value.

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?

For a simple query tool with 2 parameters and no output schema, the description covers purpose, usage, and parameter hints. It does not describe output format, but given no output schema, it is reasonably complete.

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%, so baseline 3. Description adds value by explaining 'name' is an exact identifier and clarifying 'kind' is optional with example values, going beyond the schema's minimal description.

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 clearly states the tool is a reverse index for facts touching an exact identifier, listing specific types like CVE, CRD, etc. It distinguishes itself from sibling tools like list_facts by emphasizing exact identifier lookup.

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?

Provides explicit guidance: 'Call this when you have a specific identifier... and want to know what changed around it.' Implicitly tells when not to use (if no exact identifier). Sibling tools listed in context but not explicitly contrasted.

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

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/garlicKim21/ratatosk-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server