Skip to main content
Glama
ahmedbally

clockwork-mcp-remote

by ahmedbally

get_xdebug_hotspots

Retrieve Xdebug hotspots for a Clockwork request to identify performance bottlenecks. Provide the request ID and optional limit to control the number of hotspots returned.

Instructions

Get Xdebug hotspots for a request (stub - not available in Clockwork)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax hotspots to return
requestIdYesClockwork request ID

Schema Changelog

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

  1. First observedv1.0.0

TDQS

A4/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral disclosure burden. It clearly discloses that the tool is a 'stub' and 'not available', which is critical behavioral information beyond the basic action. It does not detail what happens on invocation, but the unavailability warning is the most important trait.

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?

The description is a single sentence that front-loads the operation and immediately adds the availability caveat. There is no redundant wording or filler.

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 two-parameter tool with full schema coverage, the description provides the essential purpose and a clear availability constraint. It lacks return-value information, but since the tool is flagged as unavailable, no further invocation detail is necessary for selection.

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?

The input schema already describes both parameters with 100% coverage, so the baseline is 3. The description adds minimal semantic value by tying hotspots to 'a request', which loosely maps to requestId, but does not explain limit or format beyond the schema.

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 operation ('Get Xdebug hotspots') and the target resource ('for a request'). It is immediately distinguishable from sibling tools like get_xdebug_profile, though it doesn't explicitly name or contrast a sibling.

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?

The description explicitly states 'not available in Clockwork', which serves as a strong when-not-to-use signal. However, it does not suggest an alternative tool or provide positive usage conditions, so it stops short of full guidance.

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

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/ahmedbally/clockwork-mcp'

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