Skip to main content
Glama

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.

MCP client
Glama
MCP server

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.

100% free. Your data is private.
Tool DescriptionsA

Average 4.1/5 across 4 of 4 tools scored. Lowest: 3.5/5.

Server CoherenceA
Disambiguation3/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.

Naming Consistency3/5

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.

Tool Count4/5

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.

Completeness4/5

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 tools
audit_result_claimCheck whether a claimed result is real or only progressA
Read-onlyIdempotent
Inspect

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・自己テストを現実成果へ水増ししないための監査です。

ParametersJSON Schema
NameRequiredDescriptionDefault
claimYesThe result claim to audit. Do not include secrets or personal data.
evidenceNo
amount_jpyNo
metric_hintNounknown
intent_contractNo
observed_outcomeNo
minutes_reclaimedNo

Output Schema

ParametersJSON Schema
NameRequiredDescription
ruleYes
reasonsYes
verdictYes
result_typeYes
contract_matchNo
missing_evidenceYes
accepted_evidenceYes
counted_as_resultYes
contract_mismatchesNo
next_verification_actionYes
Behavior4/5

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.

Conciseness5/5

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.

Completeness3/5

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.

Parameters2/5

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.

Purpose5/5

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.

Usage Guidelines4/5

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: 状態が分かる場合だけ補助指定できる互換ツールです。選択が重い時は引数を省略してください。

ParametersJSON Schema
NameRequiredDescriptionDefault
stateNoOptional state ID. Omit when choosing is burdensome.
localeNoOptional locale hint.ja

Output Schema

ParametersJSON Schema
NameRequiredDescription
stateYes
sourceYes
licenseYes
embed_urlYes
human_urlYes
provenanceYes
reuse_ruleYes
state_labelYes
future_returnYes
safety_boundaryYes
companion_messageYes
optional_next_stepYes
permission_to_stopYes
sixty_second_actionYes
Behavior2/5

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.

Conciseness4/5

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.

Completeness4/5

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.

Parameters3/5

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.

Purpose4/5

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.

Usage Guidelines4/5

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 statesA
Read-onlyIdempotent
Inspect

Use only when a client needs the supported state IDs. Do not call it before one_minute_akari. Japanese: 状態ID一覧が必要な開発者向けです。最初の一回には使わず one_minute_akari を呼んでください。

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Output Schema

ParametersJSON Schema
NameRequiredDescription
statesYes
guidanceYes
safety_boundaryYes
Behavior4/5

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.

Conciseness5/5

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.

Completeness5/5

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.

Parameters4/5

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.

Purpose5/5

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.

Usage Guidelines5/5

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分あかりです。診断・緊急対応・法律/金融助言・販売には使いません。

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Output Schema

ParametersJSON Schema
NameRequiredDescription
stateYes
sourceYes
licenseYes
embed_urlYes
human_urlYes
provenanceYes
reuse_ruleYes
state_labelYes
future_returnYes
safety_boundaryYes
companion_messageYes
optional_next_stepYes
permission_to_stopYes
sixty_second_actionYes
Behavior4/5

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.

Conciseness4/5

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.

Completeness4/5

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.

Parameters4/5

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.

Purpose4/5

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.

Usage Guidelines4/5

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.

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • A
    license
    B
    quality
    C
    maintenance
    A 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 updated
    10
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    Provides 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 updated
    2
    15
    4
    MIT

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources