Skip to main content
Glama

DevDome Analytics

Get Bot Report

get_bot_report
Read-only

Bot traffic on a site - DevDome separates every hit into human vs bot. kind 'bots' = known-bot catalog activity; 'threats' = suspicious/behavioral detections.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNo
kindNo
siteYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.1/5.0
Behavior3/5

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

The readOnlyHint annotation already covers the safety profile, so the description does not need to dwell on side effects. It adds useful behavioral context by explaining that DevDome separates every hit into human vs bot and what the two kind values represent. It does not disclose output format or pagination, but that is a minor gap given the read-only nature.

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 short, front-loaded with the main subject, and contains no filler. Each sentence contributes either the report scope or the kind semantics. It could be slightly more polished grammatically, but it is appropriately concise.

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?

With no output schema and a low-information description, the agent is left without a clear statement of what the report returns or how the optional 'days' parameter behaves. The kind definitions help, but the missing time-range semantics and lack of any return-value description make the definition incomplete for reliable invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description carries the burden of explaining parameters. It does fully explain the kind enum, but it says nothing about the meaning or expected format of 'days', which is not self-evident from the schema alone. 'site' is reasonably inferable from the name, but the description still leaves a meaningful parameter gap.

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 clearly identifies the resource as bot traffic on a site and explains the two kind categories, which gives the agent a concrete sense of what this tool returns. It does not explicitly use a verb like 'get' or contrast itself with sibling report tools, so it stops short of full differentiation.

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

Usage Guidelines3/5

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

The phrase 'Bot traffic on a site' implies this tool is for bot-focused reporting, and the kind definitions help the agent choose between 'bots' and 'threats'. However, there is no explicit guidance about when to use this over get_stats, get_visitors, or get_breakdown, and no exclusions are stated.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources