Skip to main content
Glama
chexma
by chexma

vibemk_bulk_create_hosts

Create multiple hosts in a single operation by specifying name, folder, attributes, and optional agent baking.

Instructions

➕ Bulk create hosts - Create multiple hosts in a single operation

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
entriesYesList of hosts to create
bake_agentNoWhether to bake agents after creation (CheckMK Enterprise Edition only)

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.3.10

TDQS

B3/5.0
Behavior2/5

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

With no annotations provided, the description carries full responsibility for disclosing side effects, but it only mentions creation. It does not mention partial failure behavior, activation requirements, permission needs, or the impact of the optional bake_agent flag.

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

Conciseness3/5

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

The description is very short but redundant: 'Bulk create hosts' and 'Create multiple hosts in a single operation' communicate the same idea. The emoji and repeated phrasing add no real value.

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

Completeness2/5

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

Given the absence of annotations and output schema, the description should supply more operational context. It omits usage guidance, expected results, and side-effect warnings, leaving the agent to infer important details from the schema and tool name alone.

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?

Schema coverage is 100%, with entries and bake_agent both described. The description adds no additional parameter-level meaning, so the baseline score of 3 is appropriate.

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?

Description states a specific verb ('Create'), resource ('hosts'), and scope ('Bulk'/'multiple hosts in a single operation'), making the tool's purpose clear and distinguishable from single-host creation sibling tools.

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?

No guidance is provided about when to use this bulk operation versus the single-host create tool, nor any mention of operational steps like activation after creation. The description only states what the tool does, not how to choose it.

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/chexma/vibeMK'

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