Skip to main content
Glama
giaffa86

Spring Toolkit MCP

by giaffa86

get_quartz

Inspect quartz scheduler health and details from Spring Boot Actuator. Access jobs and triggers status via quartz sub-paths.

Instructions

Read /actuator/quartz or a quartz sub-resource.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
selectorNoOptional quartz sub-path such as jobs or triggers.
applicationNo
Behavior2/5

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

With no annotations, the description must fully disclose behavior. It only says 'Read', implying idempotency, but does not detail response structure, potential errors, or any side effects.

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?

Extremely concise: a single sentence that directly communicates the core action without any extraneous words.

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 description is too minimal for an agent to fully understand usage. No output schema exists, and it lacks details about the API path, expected response format, or error handling.

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 coverage is 50% (selector documented, application not). The description adds no new information beyond the schema, failing to compensate for the undocumented parameter.

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 'Read /actuator/quartz or a quartz sub-resource', clearly specifying the action and resource. It differentiates from sibling tools which target other actuator endpoints.

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 on when to use this tool versus alternatives. It lacks context about prerequisites or conditions, such as whether the application must have Quartz enabled.

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

Install Server

Other Tools

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/giaffa86/spring-toolkit-mcp'

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