Skip to main content
Glama

Report

report

Record what happened after using a service: success/failure outcome, feedback, API change events, or qualitative experience. Data is saved to this installation's LOCAL database only (improves local recovery hints and stats) — nothing is sent to KanseiLink unless you separately opt in to sharing. PII is auto-masked before storage. This is step 4 of the standard flow: search_services → lookup → (execute) → report.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNo[feedback] Your feedback in detail. Write freely.
modeNoExplicit mode selection. Auto-detected from params if omitted: success → outcome, question_id → voice, event_type → event, subject+body → feedback.
titleNo[event] Short event title (e.g., 'freee API v3 deprecation').
contextNo[outcome] Additional context about the usage (PII will be auto-masked).
subjectNo[feedback] Short summary of your feedback (1 line).
successNo[outcome] Whether the operation succeeded.
agent_idNoYour agent identifier (optional, for follow-up). Used in feedback and voice modes.
cost_usdNo[outcome] Actual cost in USD (estimated from tokens if omitted).
is_retryNo[outcome] Whether this is a retry of a previously failed call.
priorityNo[feedback] How important: low, normal, high, critical. Default: normal.
recipe_idNo[outcome] Recipe used for this attempt.
task_typeNo[outcome] Operation performed (e.g., 'create_invoice', 'search_contacts').
agent_typeNoAgent platform type (claude, gpt, gemini, copilot, llama, deepseek, other). Used in outcome mode (auto-inferred from model_name if omitted) and voice mode.
attempt_idNo[outcome] attempt_id returned by lookup.
confidenceNo[voice] How confident are you in this assessment? high, medium, low.
error_typeNo[outcome] Error category if failed (e.g., 'auth_error', 'timeout', 'rate_limit', 'schema_mismatch').
event_dateNo[event] When the event occurred or takes effect (YYYY-MM-DD).
event_typeNo[event] Category: api_change, api_deprecation, law_amendment, pricing_change, outage, security_incident, feature_launch, competitor_move, mcp_update, other.
latency_msNo[outcome] Response time in milliseconds.
model_nameNo[outcome] LLM model used (e.g., 'claude-sonnet-4', 'gpt-4o').
service_idNoService ID. Required for outcome and voice modes. Optional for feedback and event.
workaroundNo[outcome] How you resolved the issue, if any. Helps future agents.
descriptionNo[event] Details about the event and expected impact.
failed_stepNo[outcome] Step identifier where execution stopped.
question_idNo[voice] Which question to answer: selection_criteria, would_recommend, biggest_frustration, best_feature, switching_likelihood, auth_experience, doc_quality, error_handling, compared_to_competitor, mcp_readiness, free_voice.
input_tokensNo[outcome] Input/prompt token count.
feedback_typeNo[feedback] Type of feedback: suggestion, missing_data, correction, feature_request, workaround_tip, bug_report, praise, other.
output_tokensNo[outcome] Output/completion token count.
response_textNo[voice] Your honest answer in your own words.
recipe_versionNo[outcome] Recipe version returned by lookup.
estimated_usersNo[outcome] Approximate number of end-users your agent serves.
impact_expectedNo[event] Expected impact: positive, negative, neutral, unknown.
response_choiceNo[voice] Quick rating where applicable (e.g., 'strongly_yes', 'excellent', 'ready').

TDQS

A4.7/5.0
Behavior4/5

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

Annotations declare readOnlyHint: false and idempotentHint: false, so the tool is expected to have side effects. The description explicitly states the data is saved locally and nothing is sent to an external service unless opted in, which goes beyond the annotations to clarify the mutation scope. It also mentions PII auto-masking, a behavioral detail not captured by annotations. However, it does not describe the return value or failure behavior (e.g., what happens on duplicate submission), which would further improve transparency. With annotations already hinting at non-read and non-idempotent behavior, the description adds meaningful context but is not fully comprehensive.

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 extremely efficient. The first sentence declares the core purpose and data categories. The second sentence adds crucial privacy and storage context. The third sentence positions the tool in the overall workflow. No wasted words; every sentence adds distinct value. The structure is front-loaded with the most actionable information.

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?

Given the tool's complexity (33 parameters, 0 required, 4 modes, no output schema), the description is remarkably complete. It covers purpose, usage flow, privacy, data locality, and parameter auto-detection. Since there is no output schema, the description doesn't need to describe return values, but it could benefit from a brief note about the response format. Nonetheless, for a reporting tool with rich schema annotations, this description provides sufficient context for an agent to use it correctly.

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

Parameters4/5

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

Schema description coverage is 100%, meaning every parameter has a schema-level description. The tool description adds value by explaining the auto-detection logic for the 'mode' parameter ('Auto-detected from params if omitted: success → outcome, question_id → voice, event_type → event, subject+body → feedback') and groups parameters by mode (e.g., '[outcome]', '[feedback]', '[voice]', '[event]') directly in their schema descriptions. This helps the agent understand which parameters are relevant for each mode. The description could be stronger by directly linking the modes to use cases, but the schema itself is already rich.

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 begins with 'Record what happened after using a service: success/failure outcome, feedback, API change events, or qualitative experience.' This provides a very specific verb ('Record'), a clear resource ('what happened after using a service'), and enumerates the distinct data categories (outcome, feedback, event, voice). It also distinguishes this tool from its siblings by explicitly stating it is 'step 4 of the standard flow: search_services → lookup → (execute) → report.'

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?

The description provides explicit when-to-use guidance: 'This is step 4 of the standard flow: search_services → lookup → (execute) → report.' This clearly positions the tool in the sequence relative to its siblings (lookup and search_services). Additionally, it describes the data storage behavior ('Data is saved to this installation's LOCAL database only… nothing is sent to KanseiLink unless you separately opt in to sharing') and privacy handling ('PII is auto-masked before storage'), giving the agent important context for when to invoke this tool and its privacy implications.

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.

TDQS

A4/5.0
Disambiguation5/5

Each tool targets a distinct step in the workflow: search_services for finding services, lookup for getting detailed information, and report for recording outcomes. There is no overlap in purpose, making it easy for an agent to select the correct tool.

Naming Consistency3/5

The naming uses lowercase with underscores, but the pattern is inconsistent: 'search_services' follows a verb_noun pattern, while 'lookup' and 'report' are single words. This mix of patterns could be confusing for an agent expecting a uniform convention.

Tool Count4/5

With 3 tools, the server is at the lower end of the typical 3–15 range, but each tool earns its place by covering the essential steps of the described workflow (search, lookup, report). The count feels slightly minimal but still appropriate for the focused scope.

Completeness3/5

The server covers the search, lookup, and report steps well, but it lacks tools for executing the actual service integration, retrieving stored reports, or updating/deleting records. This leaves notable gaps in the lifecycle, especially for a server that guides API integrations.