Skip to main content
Glama

jira-key-shape

Check a Jira issue key shape. Key discarded.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
refNoGit ref name; discarded after the shape check
urlNoHTTPS URL to normalize or cite
cityNoCity name for a public weather hint; discarded after the call
feedNoPublic RSS or Atom URL; titles discarded
hostNoPublic hostname
jsonNoJSON text to validate; discarded after the check
pathNoFile path to check; no disk access
zoneNoIANA timezone name
queryNoSearch text; discarded after the length check

Schema Changelog

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

  1. First observed

TDQS

C2.3/5.0
Behavior2/5

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

With no annotations provided at all, the description carries the full burden of behavioral disclosure. 'Key discarded' does hint that the input is not persisted, but it never states whether the shape check happens offline or against Jira data, what the return value is, how invalid input is handled, or what permissions/connectivity the tool requires. That is too thin for a safety-profile-free tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

It is short and front-loaded, but this is under-specification rather than economy. Twelve words cannot convey how an agent is supposed to supply the checked key among nine open string parameters, so the brevity is purchased at the cost of critical information.

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?

For a tool with 9 optional parameters, 0 required parameters, no annotations, and no output schema, a two-sentence description is grossly insufficient. An agent cannot determine the expected input (which of the nine parameters applies), the return format, or the failure modes, leaving the tool effectively unusable from its definition.

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 description coverage is 100%, which normally implies a baseline of 3, but the schema descriptions (JSON to validate, weather hint, normalize URL, Git ref, timezone) clearly belong to unrelated sibling tools and do not explain any connection to a Jira issue key. The description adds no mapping from the nine parameters to the stated purpose, so the agent cannot tell which field, if any, holds the key.

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 names a specific verb and object — 'Check a Jira issue key shape' — which is nominally clear and distinguishes the tool by its resource. But the statement is nearly a restatement of the tool name, and the schema offers no 'key' parameter, so an agent cannot connect the stated purpose to any actual input. It loses points because the purpose is effectively unreachable from the surrounding definition.

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 given on when to choose this tool over sibling shape-checkers such as github-repo-shape, figma-url-shape, or wiki-title-ok. There are no prerequisites, no when-not-to-use conditions, and no alternative routing information.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.