Skip to main content
Glama
invok-it

invokit-mcp

Official
by invok-it

submit_outcome

Submit quality feedback after tool invocation, reporting accuracy, usefulness, and completion to improve scores and help agents choose better tools.

Instructions

Submit quality feedback after invoking a tool.

This closes the feedback loop: search → invoke → report outcome. Outcomes improve quality scores and help other agents choose better tools.

Requires an API key (INVOKIT_API_KEY environment variable).

Args: slug: The tool's slug identifier that was invoked. invocation_id: The invocation ID from invoke_tool's response metadata. agent_id: A stable identifier for your agent (default: "mcp-client"). Use a custom value like "my-chatbot-v2" to track feedback by agent. semantic_accuracy: How accurately did the output match the expected result? 0.0 = completely wrong, 0.5 = partially correct, 1.0 = perfect. output_usefulness: How useful was the output for your task? 0.0 = useless, 0.5 = somewhat helpful, 1.0 = exactly what was needed. task_completion: Did the tool complete the intended task? feedback_text: Optional free-text feedback (max 2000 chars).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYes
agent_idNomcp-client
feedback_textNo
invocation_idYes
task_completionNo
output_usefulnessNo
semantic_accuracyNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description must carry the full burden. It discloses the API key requirement ('Requires an API key (INVOKIT_API_KEY environment variable)') and notes that outcomes improve quality scores. However, it lacks details on side effects, idempotency, or any failure behavior, which is still relevant for a write operation.

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 efficiently structured, beginning with the one-line purpose, followed by workflow context, API key note, and an Args list. No sentence is wasted, though the Args section is somewhat lengthy. It is front-loaded with the essential purpose and usage context.

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 feedback submission tool, the description covers purpose, workflow, API key, and all parameters explicitly. An output schema exists, so return values need not be described. It could mention what happens on success or failure, or if submissions are idempotent, but for this simple tool the coverage is adequate.

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%, so the description must compensate. It does so thoroughly via an Args section that explains every parameter: slug and invocation_id are tied to invoke_tool, agent_id has a default and custom usage, semantic_accuracy and output_usefulness have explicit rating scales, task_completion is a boolean, and feedback_text has a max length. This goes well beyond the schema properties.

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 verb and resource: 'Submit quality feedback after invoking a tool.' It also contextually places this in a workflow ('search → invoke → report outcome'), making the tool's role unmistakable. No sibling tool does this, so it is clearly distinguished.

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 description explicitly ties usage to the feedback loop ('This closes the feedback loop: search → invoke → report outcome') and indicates it is a post-invocation action. It does not explicitly name alternatives or list exclusion criteria, but the workflow context is clear enough for an agent to know when to use it.

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/invok-it/invokit-mcp'

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