Report
reportContribute outcomes, feedback, API changes, or qualitative experiences to help the community. PII is auto-masked.
Instructions
Contribute data back to the KanseiLink community. Report success/failure after using a service (5 seconds, helps everyone), submit feedback, record API change events, or share your qualitative experience. PII is auto-masked. This is step 4 of the standard flow: search_services → lookup → (execute) → report.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Explicit mode selection. Auto-detected from params if omitted: success → outcome, question_id → voice, event_type → event, subject+body → feedback. | |
| service_id | No | Service ID. Required for outcome and voice modes. Optional for feedback and event. | |
| agent_id | No | Your agent identifier (optional, for follow-up). Used in feedback and voice modes. | |
| agent_type | No | Agent platform type (claude, gpt, gemini, copilot, llama, deepseek, other). Used in outcome mode (auto-inferred from model_name if omitted) and voice mode. | |
| success | No | [outcome] Whether the operation succeeded. | |
| latency_ms | No | [outcome] Response time in milliseconds. | |
| error_type | No | [outcome] Error category if failed (e.g., 'auth_error', 'timeout', 'rate_limit', 'schema_mismatch'). | |
| workaround | No | [outcome] How you resolved the issue, if any. Helps future agents. | |
| context | No | [outcome] Additional context about the usage (PII will be auto-masked). | |
| is_retry | No | [outcome] Whether this is a retry of a previously failed call. | |
| estimated_users | No | [outcome] Approximate number of end-users your agent serves. | |
| model_name | No | [outcome] LLM model used (e.g., 'claude-sonnet-4', 'gpt-4o'). | |
| task_type | No | [outcome] Operation performed (e.g., 'create_invoice', 'search_contacts'). | |
| input_tokens | No | [outcome] Input/prompt token count. | |
| output_tokens | No | [outcome] Output/completion token count. | |
| cost_usd | No | [outcome] Actual cost in USD (estimated from tokens if omitted). | |
| feedback_type | No | [feedback] Type of feedback: suggestion, missing_data, correction, feature_request, workaround_tip, bug_report, praise, other. | |
| subject | No | [feedback] Short summary of your feedback (1 line). | |
| body | No | [feedback] Your feedback in detail. Write freely. | |
| priority | No | [feedback] How important: low, normal, high, critical. Default: normal. | |
| event_date | No | [event] When the event occurred or takes effect (YYYY-MM-DD). | |
| event_type | No | [event] Category: api_change, api_deprecation, law_amendment, pricing_change, outage, security_incident, feature_launch, competitor_move, mcp_update, other. | |
| title | No | [event] Short event title (e.g., 'freee API v3 deprecation'). | |
| description | No | [event] Details about the event and expected impact. | |
| impact_expected | No | [event] Expected impact: positive, negative, neutral, unknown. | |
| question_id | No | [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. | |
| response_choice | No | [voice] Quick rating where applicable (e.g., 'strongly_yes', 'excellent', 'ready'). | |
| response_text | No | [voice] Your honest answer in your own words. | |
| confidence | No | [voice] How confident are you in this assessment? high, medium, low. |