Skip to main content
Glama
yanggf8

Amazon Q CLI MCP Server

by yanggf8

q_translate

Converts natural language task descriptions into ready-to-run shell commands to streamline command-line workflows.

Instructions

Convert natural language to shell commands using Amazon Q

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
taskYesNatural language description of the task (e.g., "find all Python files")

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.7/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 does not state whether the command is returned as text, printed, or executed, and it gives no information about side effects, permissions, or limitations.

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 a single, clear sentence with no wasted words. The core purpose is front-loaded and immediately understandable.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers the purpose and the one input, and the output type is implied by the phrase 'shell commands.' However, with no output schema and no annotations, it omits important behavioral details such as return format and whether the command is executed.

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

Parameters3/5

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

The input schema already fully documents the single task parameter with an example. The description adds no additional parameter-level meaning beyond what the schema provides.

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 (convert), the input (natural language), and the output (shell commands) using Amazon Q. This clearly differentiates it from siblings like q_status, ask_q, and fetch_chunk.

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

Usage Guidelines4/5

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

The intended use case is clear: turn a natural language task description into a shell command. However, it does not explicitly contrast with ask_q or other siblings or state when not to use it.

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