Skip to main content
Glama

get_rewrite_runtime_status

Check whether rewrite and JavaScript execution are enabled, then inspect runtime resource limits, sync state, and script counts.

Instructions

Reports whether rewrite and JavaScript execution are enabled, runtime resource limits, sync state, and script counts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.8/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 full burden. It does disclose the content categories of the response (enablement flags, limits, sync state, counts), which usefully characterizes a read-only diagnostic, but it never states explicitly that it is non-mutating or whether it has side effects or auth requirements.

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?

A single front-loaded sentence that states the action first and then lists the reported facets; every clause earns its place and there is no 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?

With no output schema and no annotations, the description must carry the load, and enumerating the returned status facets (enablement, limits, sync state, counts) is adequate for a zero-argument diagnostic tool. It stops short of describing the shape or units of the reported values.

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 no parameter semantics to convey beyond what the empty schema already shows. Baseline 4 applies for a no-parameter tool.

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

Purpose5/5

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

States a specific verb ('Reports') plus the resource (rewrite runtime status) and enumerates the reported facets: rewrite/JS enablement, resource limits, sync state, and script counts. This cleanly differentiates it from sibling status tools like get_module_runtime_status and get_scheduled_task_runtime_status.

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?

The sentence describes what the tool returns but gives no when-to-use guidance, no prerequisites, and does not mention related siblings such as reload_rewrite_runtime or get_rewrite_debug_events. Usage is left entirely to inference.

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