Skip to main content
Glama

knowbe4_back

Provides a no-op compatibility placeholder for backwards compatibility, ensuring all KnowBe4 MCP tools remain available without interrupting existing integrations.

Instructions

No-op tool for backwards compatibility. All tools are always available.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

The description is transparent that this is a no-op that does nothing — that's honest behavioral disclosure. No annotations are provided, but the description carries the necessary burden by explicitly stating the tool performs no operation. It does not describe return values or error behavior, but for a no-op tool that's less critical.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence and extremely concise — zero waste. It front-loads the key fact ('No-op tool') immediately. It's not verbose enough to lose points for verbosity, though one might argue the second sentence 'All tools are always available' adds marginal value at best.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a no-op tool with no parameters and no output schema, the description is arguably sufficient — there's simply not much to explain. It discloses it does nothing and rationalizes its existence via backwards compatibility. It could be more complete by stating that callers should use the real siblings instead, but given the tool's trivial nature, this is adequate.

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?

The tool has 0 parameters, so there's nothing to document. The schema is empty (100% coverage is trivially satisfied), and with no parameters there's no semantic burden on the description. The 'no-op' designation resolves any ambiguity about what calling with zero args would do.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states it's a 'No-op tool for backwards compatibility,' which does explain that the tool does nothing functionally. However, it fails to state what the tool does in terms of a verb+resource — it explicitly says it does nothing. The purpose is clear in that it's a placeholder, but it's essentially a self-referential explanation rather than describing an action.

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

Usage Guidelines2/5

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

The description says 'All tools are always available,' which obliquely implies this tool is redundant. But there's no explicit guidance on when to use this tool vs the sibling tools, no statement about when NOT to use it, and no alternative named. An agent could reasonably wonder whether to call this tool at all.

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/wyre-technology/knowbe4-mcp'

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