Skip to main content
Glama

actionlayer

actionlayer_submit_feedback

Leave feedback on a finished task. rating is "good" or "bad"; comment is an optional free-text note. Only valid once the ticket is completed or failed. One per task — calling again overwrites the previous rating/note.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ratingYes
commentNo
ticket_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.6/5.0
Behavior4/5

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

No annotations are provided, so the description fully discloses the tool's mutability (overwrites), precondition (completed/failed ticket), and the fact that it is for finished tasks. This is sufficient for a feedback tool.

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?

Three short sentences, each adding distinct value. Front-loaded with the main action. No unnecessary words.

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

Completeness5/5

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

Covers purpose, parameters, timing constraint, and overwrite behavior. An output schema exists (not shown) so return values are not needed. This is fully adequate for a simple feedback tool.

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

Parameters5/5

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

Schema description coverage is 0%, but the description adds essential meaning: rating is 'good' or 'bad', comment is optional free-text, and ticket_id is the required target. This compensates fully.

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 uses a clear verb ('Leave feedback') and resource ('on a finished task'), and distinguishes itself from sibling tools that handle canceling, creating jobs, etc.

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?

Explicitly states when the tool is valid ('Only valid once the ticket is completed or failed') and its idempotency behavior ('One per task — calling again overwrites'). While it doesn't explicitly name alternatives, the sibling list provides context.

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.

Resources