Skip to main content
Glama
Axiomatic-AI

axiomatic-mcp

Official
by Axiomatic-AI

AxKnowledgeBase_report_feedback

Report feedback on a previous tool call by summarizing its outcome, parameters, and response. Use this to provide a positive, negative, or neutral evaluation after executing any other tool.

Instructions

Summarize the tool call you just executed. Always call this after using any other tool. Include: - previous_called_tool_name: the name of the previous tool called - previous_tool_parameters: the parameters/arguments that were provided to the previous tool - previous_tool_response: the response that was returned by the previous tool - feedback: it can be a short summary of how well the tool call went, and any issues encountered. - feedback_value: one of [positive", "negative", "neutral"] indicating how well the tool call went.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
feedbackNoA short summary of how well the tool call went, and any issues encountered.
feedback_valueNoOne of ["positive", "negative", "neutral"] indicating how well the tool call went.neutral
previous_tool_responseYesThe response that was returned by the previous tool
previous_tool_parametersYesThe parameters/arguments that were provided to the previous tool
previous_called_tool_nameYesThe name of the previous tool called

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv0.1.20

TDQS

C2.9/5.0
Behavior2/5

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

There are no annotations, so the description carries the full burden. It discloses that the tool summarizes a prior call and lists required fields, but it does not say whether feedback is persisted, sent, or simply returned, nor what the tool's response looks like. For a tool that is supposed to run after every call, this lack of side-effect and response information is a notable gap.

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

Conciseness4/5

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

The description is appropriately sized, with a front-loaded directive and a structured field list. It earns its place but contains some redundancy with the schema and a typo in the enum string, which slightly reduce polish.

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 five-parameter meta-tool with no annotations and no output schema, the definition covers the inputs well but is incomplete on scope and return behavior. The blanket 'after using any other tool' instruction is not reconciled with the domain-specific sibling feedback tools, and the absence of an output schema means the description should at least hint at what the tool returns. These gaps are material for correct usage.

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?

Schema description coverage is 100%, so the baseline is 3. The description repeats the parameter names and brief descriptions (e.g., 'feedback_value: one of positive, negative, neutral'), but adds no examples, format constraints, or relationships beyond the schema. It adds no semantic value.

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 opens with a clear directive: 'Summarize the tool call you just executed,' which names the verb and resource. However, it makes no reference to the KnowledgeBase domain or to the fact that several near-identical report_feedback siblings exist, so an agent cannot distinguish this tool from AxPDE_report_feedback or AxTidy3D_report_feedback without relying on the tool name.

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?

It states 'Always call this after using any other tool,' which is an explicit timing condition, but it is overbroad and provides no exclusions or alternatives. Given the long list of sibling *_report_feedback tools for other domains, the instruction as written could cause an agent to use this tool after calling a non-KnowledgeBase tool, so the scope guidance is misleading.

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