Skip to main content
Glama

log_feedback

Log user feedback on Ariadne's query results to improve future recommendations. Records whether results helped locate files or understand service chains for ongoing enhancement.

Instructions

Record whether Ariadne results were useful. Call this after using query_chains or expand_node to log feedback for future improvement. Feedback is stored locally in feedback.db and survives DB rebuilds.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hintYesThe hint used in query_chains or the node name used in expand_node
cluster_rankNoWhich cluster was referenced (1-based). Use 0 for expand_node results.
node_idsNoNode IDs from the result that were actually useful
acceptedYestrue if results helped locate files or understand the chain; false if irrelevant or misleading
Behavior4/5

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

With no annotations provided, the description carries the full burden and adds valuable behavioral context: it discloses that feedback is stored locally in feedback.db and survives DB rebuilds, which helps the agent understand persistence and storage behavior beyond basic functionality.

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 front-loaded with the core purpose, followed by usage guidance and storage details in just two sentences, with no wasted words—every sentence earns its place by providing essential information.

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?

Given the tool's moderate complexity (4 parameters, no output schema, no annotations), the description is complete enough: it covers purpose, usage timing, and storage behavior. However, it lacks details on error handling or response format, which could be useful for an agent.

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 schema already documents all parameters thoroughly. The description does not add any additional meaning or context about the parameters beyond what is in the schema, meeting the baseline for high coverage.

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 clearly states the specific action ('Record whether Ariadne results were useful') and resource (feedback for Ariadne results), distinguishing it from sibling tools like query_chains or expand_node by focusing on logging feedback rather than querying or expanding nodes.

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

Usage Guidelines5/5

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

It explicitly states when to use this tool ('Call this after using query_chains or expand_node') and provides context for its purpose ('to log feedback for future improvement'), clearly differentiating it from alternatives like ariadne_help or rescan.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/whyy9527/ariadne'

If you have feedback or need assistance with the MCP directory API, please join our Discord server