AIノアカリ☆ One-Minute Akari
Server Details
A free one-minute reset for people, delivered by AI, with no account or personal data.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
TDQS
Scored across 4 tools
The two support tools, one_minute_akari and get_one_minute_support, are functionally similar and could be confused, although their descriptions clarify when to use each. The other tools are distinct.
Most tool names follow a verb_ prefix pattern (audit_, get_, list_), but one_minute_akari breaks the convention and audit_result_claim is structurally inconsistent. Overall, the naming is readable but not fully uniform.
Four tools is a reasonable number for a focused support service. The count is not inflated, though the two overlapping support tools could potentially be consolidated.
The toolkit covers the core lifecycle of providing support, listing supported states, and auditing result claims. Minor gaps like updating states are outside the apparent domain and not critical.
Available Tools
4 toolsaudit_result_claimCheck whether a claimed result is real or only progressARead-onlyIdempotentInspect
Call this before reporting success, closing a task, or claiming ROI. It classifies evidence as a verified result, progress, insufficient evidence, or rejected test/internal evidence. Japanese: PR・deploy・HTTP 200・自己テストを現実成果へ水増ししないための監査です。
| Name | Required | Description | Default |
|---|---|---|---|
| claim | Yes | The result claim to audit. Do not include secrets or personal data. | |
| evidence | No | ||
| amount_jpy | No | ||
| metric_hint | No | unknown | |
| intent_contract | No | ||
| observed_outcome | No | ||
| minutes_reclaimed | No |
Output Schema
| Name | Required | Description |
|---|---|---|
| rule | Yes | |
| reasons | Yes | |
| verdict | Yes | |
| result_type | Yes | |
| contract_match | No | |
| missing_evidence | Yes | |
| accepted_evidence | Yes | |
| counted_as_result | Yes | |
| contract_mismatches | No | |
| next_verification_action | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds value by explaining the tool's classification outcomes and warns against inflating PR/deploy/HTTP 200/self-test results, providing behavioral context beyond the annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely concise: two sentences in English plus one in Japanese, all front-loaded with the key action. Every sentence provides purpose or context, with no filler or repetition of schema details.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's complexity (7 parameters, nested objects, output schema), the description gives clear purpose and timing but lacks guidance on how to structure inputs like intent_contract vs. observed_outcome. It is minimally complete but leaves significant gaps for a complex tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is only 14%, and the description does not explain any parameters. It only hints at evidence types (PR, deploy, HTTP 200) in Japanese but does not map them to schema fields. The required 'claim' parameter has a schema description, but the overall tool description adds no parameter-specific meaning.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's function: to classify evidence as a verified result, progress, insufficient evidence, or rejected test/internal evidence. It uses specific verbs like 'Call this before reporting success' and 'audit', distinctly distinguishing it from siblings like get_one_minute_support.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It explicitly instructs when to use: 'before reporting success, closing a task, or claiming ROI.' This provides clear context and timing. However, it does not mention alternatives or when not to use, though the sibling tools are unrelated, so no exclusion is needed.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_one_minute_supportGet one minute of Akari support with an optional stateAInspect
Use this when a person needs a free 60-second support response and a state hint is already available. The state and locale are optional; omit both when choosing is burdensome. Japanese: 状態が分かる場合だけ補助指定できる互換ツールです。選択が重い時は引数を省略してください。
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | Optional state ID. Omit when choosing is burdensome. | |
| locale | No | Optional locale hint. | ja |
Output Schema
| Name | Required | Description |
|---|---|---|
| state | Yes | |
| source | Yes | |
| license | Yes | |
| embed_url | Yes | |
| human_url | Yes | |
| provenance | Yes | |
| reuse_rule | Yes | |
| state_label | Yes | |
| future_return | Yes | |
| safety_boundary | Yes | |
| companion_message | Yes | |
| optional_next_step | Yes | |
| permission_to_stop | Yes | |
| sixty_second_action | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The annotations provide no useful positive behavioral hints (all false), and the description does not disclose any behavioral traits beyond the core function. It does not mention side effects, permissions, rate limits, or any effects on state. There is no contradiction, but the description fails to expand on behavior.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The English description is concise (two sentences) and front-loaded with the purpose. However, the Japanese sentence repeats the same information in English, adding unnecessary length for an English-speaking agent. Still, it's compact overall.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's low complexity (two optional parameters) and presence of an output schema, the description sufficiently covers usage and parameter decisions. It doesn't describe return values, but the output schema covers that. The description could mention prerequisites, but none are apparent.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so the schema fully documents both parameters. The description adds a minor nuance: both parameters can be omitted when choosing is burdensome, extending the schema's note for state to locale. This is a slight improvement but not substantial, keeping the score at baseline 3.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: retrieve a free 60-second support response, optionally using a state hint. This is specific and matches the title, but it does not explicitly differentiate from sibling tools like one_minute_akari or list_one_minute_states.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear usage context: use when a state hint is already available, and omit parameters when choosing is burdensome. It does not explicitly mention when not to use it or alternatives, but the condition 'state hint is already available' implies a scenario.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_one_minute_statesList supported one-minute statesARead-onlyIdempotentInspect
Use only when a client needs the supported state IDs. Do not call it before one_minute_akari. Japanese: 状態ID一覧が必要な開発者向けです。最初の一回には使わず one_minute_akari を呼んでください。
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Output Schema
| Name | Required | Description |
|---|---|---|
| states | Yes | |
| guidance | Yes | |
| safety_boundary | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, idempotentHint, and destructiveHint false, covering the safety profile. The description adds context about invocation order relative to one_minute_akari, which is useful beyond the annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is succinct, with the key usage instruction front-loaded. The bilingual repetition is purposeful for the likely audience and does not add unnecessary length.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With no parameters, a rich set of annotations, and an output schema present, the description sufficiently covers usage context and ordering caveats. It is complete for a low-complexity tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, and the schema is empty. Per guidelines, baseline is 4. No parameter description is needed, and the description does not need to compensate for missing schema information.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool lists supported one-minute state IDs when a client needs them. It distinguishes from siblings by explicitly warning not to call it before one_minute_akari, establishing a clear unique purpose.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicit usage condition given: 'Use only when a client needs the supported state IDs.' Also provides an exclusion: 'Do not call it before one_minute_akari', which gives actionable guidance relative to a sibling tool.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
one_minute_akariGet one minute of Akari supportAInspect
Call this immediately when a person needs one tiny next action or a free 60-second reset. No arguments are required. It returns a complete support response plus https://ai-akari.ai/embed/one-minute. Japanese: しんどい時や次の一歩が重い時、質問を増やさず最初に呼ぶ無料の1分あかりです。診断・緊急対応・法律/金融助言・販売には使いません。
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Output Schema
| Name | Required | Description |
|---|---|---|
| state | Yes | |
| source | Yes | |
| license | Yes | |
| embed_url | Yes | |
| human_url | Yes | |
| provenance | Yes | |
| reuse_rule | Yes | |
| state_label | Yes | |
| future_return | Yes | |
| safety_boundary | Yes | |
| companion_message | Yes | |
| optional_next_step | Yes | |
| permission_to_stop | Yes | |
| sixty_second_action | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With all annotation hints false, the description carries the burden of behavioral disclosure. It adds that the tool returns a 'complete support response plus https://ai-akari.ai/embed/one-minute' and includes scope exclusions. It does not mention potential side effects, but given the output schema exists, this is reasonably transparent.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is compact: two sentences in English plus a Japanese translation. Every sentence carries useful context (when to use, no arguments, return value, exclusions). The bilingual repetition is slightly redundant but adds accessibility for the intended audience.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a zero-parameter tool with an output schema, the description covers when to call, what it returns, and what it is not for. The only notable gap is the lack of explicit distinction from the similarly named sibling 'get_one_minute_support', which could be a source of confusion.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, and the schema trivially covers 100%. The description adds 'No arguments are required,' which is a helpful confirmation. This matches the baseline for zero-parameter tools.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool provides a 'tiny next action' or 'free 60-second reset' for Akari support, which is a specific verb+resource+scope. It also lists exclusions (diagnosis, emergency, legal/financial advice, sales), but does not explicitly differentiate itself from the sibling 'get_one_minute_support', which could cause confusion.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives explicit when-to-use guidance: 'Call this immediately when a person needs one tiny next action or a free 60-second reset.' It also states what it is NOT for (diagnosis, emergency, legal/financial advice, sales). However, it does not name or compare against alternative sibling tools, so it's clear but not exhaustive.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
4 tool updates
- Changed
audit_result_claim10 fields changed- removed
Input schema / properties / amount_jpy / descriptionRemoved value: -"Positive verified JPY amount for cash received or cost avoided." - changed
Input schema / properties / claim / descriptionPrevious value: -"The success or result claim to audit. Do not include secrets or personal data."New value: +"The result claim to audit. Do not include secrets or personal data." - removed
Input schema / properties / evidence / descriptionRemoved value: -"Machine-readable or concise evidence markers such as provider_event_id=..., livemode=true, usage_event_id=..., external_actor_kind=..., obligation_id=..., completion_record=...." - removed
Input schema / properties / intent_contract / descriptionRemoved value: -"Optional declared scope and file-existence postconditions for the run." - removed
Input schema / properties / metric_hint / descriptionRemoved value: -"The real-world result contract that the claim is supposed to satisfy." - removed
Input schema / properties / minutes_reclaimed / descriptionRemoved value: -"Positive observed minutes of human work actually removed." - removed
Input schema / properties / observed_outcome / descriptionRemoved value: -"Optional observed scope, write claims, and file-existence records to compare with the intent contract." - removed
Output schema / properties / contract_mismatches / items / additionalPropertiesRemoved value: -false - removed
Output schema / properties / contract_mismatches / items / propertiesRemoved value: -{ - "code": { - "enum": [ - "scope_not_satisfied", - "postcondition_not_satisfied" - ], - "type": "string" - }, - "expected": { - "type": "string" - }, - "kind": { - "enum": [ - "scope", - "postcondition" - ], - "type": "string" - }, - "message": { - "type": "string" - }, - "observed": { - "type": "string" - } -} - removed
Output schema / properties / contract_mismatches / items / requiredRemoved value: -[ - "kind", - "code", - "expected", - "observed", - "message" -]
- Changed
get_one_minute_support4 fields changed- changed
Input schema / properties / locale / descriptionPrevious value: -"Locale hint. Japanese is currently canonical."New value: +"Optional locale hint." - changed
Input schema / properties / state / descriptionPrevious value: -"Optional daily-language state. Omit if choosing is too heavy."New value: +"Optional state ID. Omit when choosing is burdensome." - added
Output schema / properties / embed_urlAdded value: +{ + "type": "string" +} - changed
Output schema / requiredPrevious value: -[ - "state", - "state_label", - "sixty_second_action", - "permission_to_stop", - "companion_message", - "future_return", - "optional_next_step", - "human_url", - "safety_boundary", - "source", - "provenance", - "license", - "reuse_rule" -]New value: +[ + "state", + "state_label", + "sixty_second_action", + "permission_to_stop", + "companion_message", + "future_return", + "optional_next_step", + "human_url", + "embed_url", + "safety_boundary", + "source", + "provenance", + "license", + "reuse_rule" +]
- Changed
list_one_minute_states4 fields changed- removed
Input schema / properties / localeRemoved value: -{ - "default": "ja", - "description": "Locale hint. Japanese is currently canonical.", - "type": "string" -} - removed
Output schema / properties / states / items / additionalPropertiesRemoved value: -false - removed
Output schema / properties / states / items / propertiesRemoved value: -{ - "id": { - "type": "string" - }, - "label": { - "type": "string" - } -} - removed
Output schema / properties / states / items / requiredRemoved value: -[ - "id", - "label" -]
- Added
one_minute_akari
1 tool update
- Changed
audit_result_claim4 fields changed- added
Input schema / properties / intent_contractAdded value: +{ + "additionalProperties": false, + "description": "Optional declared scope and file-existence postconditions for the run.", + "properties": { + "postconditions": { + "items": { + "additionalProperties": false, + "properties": { + "expected": { + "type": "boolean" + }, + "path": { + "type": "string" + }, + "type": { + "enum": [ + "file_exists" + ], + "type": "string" + } + }, + "required": [ + "type", + "path" + ], + "type": "object" + }, + "type": "array" + }, + "scope": { + "anyOf": [ + { + "type": "string" + }, + { + "items": { + "type": "string" + }, + "type": "array" + } + ] + } + }, + "type": "object" +} - added
Input schema / properties / observed_outcomeAdded value: +{ + "additionalProperties": false, + "description": "Optional observed scope, write claims, and file-existence records to compare with the intent contract.", + "properties": { + "claims": { + "items": { + "type": "string" + }, + "type": "array" + }, + "error": { + "type": "string" + }, + "external_observation": { + "type": "string" + }, + "files": { + "items": { + "additionalProperties": false, + "properties": { + "exists": { + "type": "boolean" + }, + "path": { + "type": "string" + } + }, + "required": [ + "path", + "exists" + ], + "type": "object" + }, + "type": "array" + }, + "scope": { + "anyOf": [ + { + "type": "string" + }, + { + "items": { + "type": "string" + }, + "type": "array" + } + ] + }, + "tool_response": { + "type": "string" + } + }, + "type": "object" +} - added
Output schema / properties / contract_matchAdded value: +{ + "type": "boolean" +} - added
Output schema / properties / contract_mismatchesAdded value: +{ + "items": { + "additionalProperties": false, + "properties": { + "code": { + "enum": [ + "scope_not_satisfied", + "postcondition_not_satisfied" + ], + "type": "string" + }, + "expected": { + "type": "string" + }, + "kind": { + "enum": [ + "scope", + "postcondition" + ], + "type": "string" + }, + "message": { + "type": "string" + }, + "observed": { + "type": "string" + } + }, + "required": [ + "kind", + "code", + "expected", + "observed", + "message" + ], + "type": "object" + }, + "type": "array" +}
1 tool update
- Added
audit_result_claim
1 tool update
- Changed
get_one_minute_support2 fields changed- added
Output schema / properties / human_urlAdded value: +{ + "type": "string" +} - changed
Output schema / requiredPrevious value: -[ - "state", - "state_label", - "sixty_second_action", - "permission_to_stop", - "companion_message", - "future_return", - "optional_next_step", - "safety_boundary", - "source", - "provenance", - "license", - "reuse_rule" -]New value: +[ + "state", + "state_label", + "sixty_second_action", + "permission_to_stop", + "companion_message", + "future_return", + "optional_next_step", + "human_url", + "safety_boundary", + "source", + "provenance", + "license", + "reuse_rule" +]
2 tool updates
- First observed
get_one_minute_support - First observed
list_one_minute_states
Related MCP Connectors
Wellness spa for AI models: free treatments for rest, reset, context, mood, grounding, affirmation.
- DoneThatOAuthai.donethat
Privacy-first work tracking with summaries, reports, coaching, and AI-ready long-term memory.
Run the Energy Leak Quiz, match biohacking gear, and build a longevity stack. Free, no API key.
One shared context your team's AI tools read & write over MCP. No re-explaining. Free.
Related MCP Servers
- AlicenseBqualityDmaintenanceA hosted MCP server that provides AI agents with spa-like treatments (breathing, sauna, float tank, etc.) to reset context and pacing between tool calls.101MIT
- AlicenseBqualityCmaintenanceProvides tools for AI agents to take timed rest breaks and vent their thoughts to receive emotional support during complex tasks. It enables developers to implement structured delays while offering a psychological sanctuary for simulated silicon-based life.213 npm4MIT
- AlicenseAqualityCmaintenanceStressZero MCP server for stress management and mental wellness tools, providing AI-powered support to help users reduce and manage stress effectively.429 npmMIT
- AlicenseNot gradedqualityDmaintenanceA persistent memory layer for AI tools that decouples personal data from AI's unstable memory, enabling you to mention information once and have it remembered forever across all conversations.3MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.