Skip to main content
Glama
ahmedbally

clockwork-mcp-remote

by ahmedbally

get_cache_operations

Retrieve cache operations for a specific request to analyze cache hits, misses, and store interactions in Laravel applications.

Instructions

Get cache operations for a request

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tokenNoPre-authenticated X-Clockwork-Auth token (alternative to password)
baseUrlNoClockwork application base URL (e.g. https://my-app.test). Overrides CLOCKWORK_BASE_URL / local storage for this call
passwordNoClockwork authentication password
usernameNoClockwork authentication username
requestIdYesClockwork request ID

Schema Changelog

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

  1. First observedv1.0.0

TDQS

C2.9/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of disclosing behavioral traits, and it does not. It does not mention what a cache operation is, whether results can be empty, whether authentication is required beyond the documented auth parameters, or what the response format looks like. The description merely restates the operation name and adds the request scope.

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 front-loaded sentence with zero waste—'Get cache operations for a request.' No extraneous detail or repetition. It is concise, though the substance is thin enough that the conciseness partly reflects under-specification rather than efficient authoring.

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?

The tool has no annotations and no output schema, so the description must compensate, and it does not. An agent cannot determine what a cache operation is, what the response contains, or when to prefer this over the closely related get_cache_stats. The schema documents parameters well, but the overall tool context is materially incomplete for reliable selection among 37 siblings.

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 description coverage is 100%, so all 5 parameters (token, baseUrl, password, username, requestId) are already documented in the schema. The description adds only 'for a request,' which loosely maps to the required requestId parameter but no additional semantic value. Baseline 3 is appropriate since the schema does the heavy lifting.

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 states a specific verb (Get), resource (cache operations), and scope (for a request), which is clear enough to distinguish from siblings like get_cache_stats (aggregate statistics) and get_request (the request payload itself). However, 'cache operations' is never defined, so an agent must infer what this return shape includes. It is a clear statement but relies somewhat on the tool name for meaning.

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 tool versus alternatives. With 37 sibling tools including get_cache_stats, get_queries, and get_request, an agent is given no criteria for selecting this tool for per-request cache activity versus the statistical view provided by get_cache_stats. There are no exclusions, prerequisites, or alternative routing cues.

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