Skip to main content
Glama

status

Retrieves Cursor CLI path, authentication, cache location, and receipt counters for configuration verification.

Instructions

Cursor CLI path, auth, cache location, and receipt counters.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.2/5.0
Behavior3/5

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

No annotations are provided, so the description carries the burden. The listed fields (path, auth, cache, counters) strongly imply a non-mutating informational read, which is useful context, but the description never states that it is read-only or that it has no side effects. For a zero-parameter diagnostic, the risk is low, so this is adequate but not fully explicit.

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?

A single compact phrase with no filler, and the important content is front-loaded. It is terse to the point of being a fragment rather than a sentence, which slightly limits clarity but wastes nothing.

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 zero-parameter, no-output-schema tool, the description's enumeration of returned fields is the main signal an agent lacks elsewhere, making it reasonably complete. It could still add an explicit read-only statement, but the core information is present.

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

Parameters4/5

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

The tool takes zero parameters, so there is nothing for the description to document, and the baseline for a no-param tool is 4. The description instead usefully characterizes the output, which the schema cannot do.

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

Purpose3/5

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

The description enumerates the resource contents the tool reports (CLI path, auth, cache location, receipt counters), so an agent can infer it is a diagnostic/status read. However, it lacks an explicit verb such as 'Get' or 'Show', reading more like a field label than a stated purpose. It is distinguishable from the sibling tools, but only because they are unrelated names.

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?

There is no guidance on when to use this tool versus alternatives, nor any stated context or precondition. The sibling names bulk_read and code_write suggest unrelated functions, but the description provides no routing help at all.

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

Deploy Server

Other Tools