Skip to main content
Glama
asarlashmit

MCP-Connect — Kali Agent MCP v2

by asarlashmit

run_benchmark

Run a benchmark with configurable timing and timeout behavior. Supports background execution, polling, and job tracking for long-running tasks.

Instructions

Kali Agent MCP tool: run_benchmark Explicit execution timing is supported. Before calling, deliberately choose expected_runtime_seconds, timeout_seconds, check_after_seconds, poll_interval_seconds, and on_timeout. Use on_timeout='continue_background' for long work that should return a durable job_id for later job_status/job_logs/job_wait checks; use 'kill' or 'return_partial' for bounded synchronous work.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNo.
commandNo
backgroundNo
on_timeoutNocontinue_background
timeout_secondsNo
check_after_secondsNo
poll_interval_secondsNo
expected_runtime_secondsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description explains timing behavior, the async nature via job_id, and the effect of different timeout strategies. Good coverage of behavioral traits, though does not address side effects or destruction.

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 paragraph of 4 sentences, reasonably concise. It front-loads the tool identifier and then covers behavior. Could be slightly more structured but is efficient overall.

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?

Given 8 parameters with 0% schema descriptions and an output schema (unseen), the description lacks coverage of the command execution aspect (what path and command represent). It does not explain what a benchmark is or how results are returned, leaving gaps for a new user. Acceptable but incomplete.

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 has 0% description coverage, so description must compensate. It explains the purpose of 5 parameters (expected_runtime_seconds, timeout_seconds, check_after_seconds, poll_interval_seconds, on_timeout). However, it ignores path, command, and background, which are critical. Adds meaning for most but misses key ones.

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

Purpose4/5

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

The description implies running a benchmark with explicit timing, but does not explicitly state 'runs a benchmark command'. It mentions 'Kali Agent MCP tool: run_benchmark' which identifies the tool but does not fully clarify the action. Good, not perfect.

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 clear guidance on choosing on_timeout values for different scenarios: 'continue_background' for long-lived async work returning a job_id, versus 'kill' or 'return_partial' for bounded synchronous work. Does not compare to sibling tools but gives actionable usage advice.

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/asarlashmit/MCP-Connect'

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