Skip to main content
Glama

Test Backlog Connection

test-connection

Verify Backlog API connectivity and credentials to confirm the sync process can successfully retrieve and export issues.

Instructions

Test connection to Backlog API

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
Behavior2/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 of behavioral disclosure. It confirms this is a connectivity test but does not state whether it is read-only, what a successful or failed result looks like, whether errors are thrown, or whether any configuration state is touched. This is only slightly more informative than the tool name.

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?

The description is one short sentence with no filler. It is appropriately sized for a zero-parameter connectivity check and places the action and resource directly at the front.

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 simple zero-parameter health-check tool, the description covers the core invocation purpose. However, with no output schema or annotations, a brief note about return values or error behavior would make it fully complete for an agent deciding how to interpret the result.

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 input schema has no properties, so there are no parameter semantics to document. The baseline of 4 applies because the description cannot add meaningful parameter context where none exists.

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?

The description states a specific action ('Test') and a specific resource ('connection to Backlog API'), clearly distinguishing it from sibling tools that sync, get, update, list, or bulk-create. It adds just enough specificity to avoid being a tautology of the title.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No explicit guidance is provided about when to run this tool versus alternatives. The intended use as a connectivity pre-check is implied by the name, but the description does not state scenarios such as 'run before other Backlog operations' or 'use to diagnose connection failures.'

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