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
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4.1/5 across 4 of 4 tools scored. Lowest: 3.5/5.
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 |
Tool Definition Quality
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 |
Tool Definition Quality
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 |
Tool Definition Quality
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 |
Tool Definition Quality
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.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- AlicenseBqualityCmaintenanceA hosted MCP server that provides AI agents with spa-like treatments (breathing, sauna, float tank, etc.) to reset context and pacing between tool calls.Last updated10MIT
- AlicenseBqualityDmaintenanceProvides 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.Last updated2154MIT
- AlicenseAqualityDmaintenanceStressZero MCP server for stress management and mental wellness tools, providing AI-powered support to help users reduce and manage stress effectively.Last updated438MIT
- Alicense-qualityDmaintenanceA 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.Last updated3MIT