ミロンド (Mirondo)
Server Details
日本語で使える無料AIツール1145本の検索。実際に開けるか確認済み、商用利用の可否つき。
- 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 3.5/5 across 3 of 3 tools scored.
Each tool serves a clearly distinct purpose: get_ai_tool retrieves details for a single tool, search_ai_tools performs filtered searches, and verification_summary returns site-wide verification results. There is no overlap or ambiguity.
All tool names use snake_case and are English, with a consistent verb_noun pattern for two tools (get_ai_tool, search_ai_tools). verification_summary is a noun_noun formation but still follows the same style and is predictable.
Three tools are appropriate for the focused scope of a curated AI tool directory: search, get details, and a meta-verification summary. The server does not need more tools to fulfill its purpose.
The tool set covers the core workflows—searching for tools, viewing details, and understanding the site's verification process. A minor gap is the lack of a tool to list all tools without search conditions, but the search tool likely supports broad queries.
Available Tools
3 toolsget_ai_toolBInspect
ツール1件の詳細(説明・条件・ライセンスの確認結果・解説ページのURL)を返す。
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ツールのid(search_ai_toolsの結果に含まれる) |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries full burden. It discloses that it returns details but does not mention any behavioral traits such as read-only nature, required permissions, rate limits, or error handling. The description is minimal.
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 a single concise sentence in Japanese, no wasted words. It is front-loaded with the action and result. However, it could be slightly more structured for clarity.
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 simple get-tool operation with one parameter and no output schema, the description lists the returned fields (description, conditions, license, URL). It is fairly complete, though it omits error behavior. Contextual completeness is good given the tool's simplicity.
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% for the single parameter 'id', which is described as 'tool id (included in search_ai_tools results)'. The tool description adds context about returning fields but does not add meaning beyond the schema for the parameter itself. Baseline 3 is appropriate.
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 returns details of one tool, listing specific fields (description, conditions, license, URL). It is a specific verb+resource and distinguishes from sibling search_ai_tools (which returns a list) and verification_summary.
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?
No guidance on when to use this tool versus alternatives. It does not explicitly say 'use this after search_ai_tools to get full details' or exclude inappropriate contexts. The description is only about what it does, not when to use it.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_ai_toolsAInspect
日本語で使える無料AIツールを条件で検索する。実際に開けることを確認済みのものだけが対象。コマンド入力の要否、APIキーの要否、外部送信の有無、スマホ対応、商用利用の可否で絞れる。
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | 返す件数(既定10・最大30) | |
| query | No | キーワード(名前・説明・分野に部分一致) | |
| category | No | 分野名(例: 画像生成, 議事録・文字起こし, 翻訳・ことば) | |
| phone_ok | No | trueならスマホだけで使えるものだけ | |
| no_api_key | No | trueならAPIキーが不要なものだけ | |
| no_external | No | trueなら入力内容を外部に送らないものだけ | |
| no_terminal | No | trueならコマンド入力が不要なものだけ | |
| commercial_use | No | 商用利用の可否で絞る(可 / 条件あり / 不可 / 未確認) |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It discloses that the tool only returns confirmed-accessible, free, Japanese-usable tools and lists filter dimensions. However, it does not describe the return format (list of names? IDs?), pagination behavior beyond the limit parameter, or how multiple filters combine (AND/OR). Basic transparency but not comprehensive.
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?
Two sentences: first states the main action and resource, second adds constraints and available filter dimensions. Front-loaded with the most critical information. No wasted words.
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 absence of an output schema, the description should hint at the return format or result behavior. It does not. It also does not explain how multiple filter parameters interact (AND/OR). However, it covers the core capability and the schema covers all parameters. Adequate but with notable gaps for a search tool with 8 optional parameters.
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 baseline is 3. The description reinforces the schema by listing the filter criteria in natural language (e.g., 'コマンド入力の要否' for no_terminal), but adds no new semantic information beyond what the schema already provides. No extra value.
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 searches for free AI tools available in Japanese, with a specific verb '検索する' and resource '無料AIツール'. It also adds distinguishing constraints like '実際に開けることを確認済み' (confirmed accessible), which differentiates it from siblings like get_ai_tool (likely for single tool details).
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 lists the filter criteria, implying this tool is used when you need to find tools meeting those conditions. It does not explicitly state when not to use it or name alternatives, but the sibling names (get_ai_tool, verification_summary) provide contextual cues. More explicit guidance would be better.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
verification_summaryBInspect
このサイトが行った確認作業の結果を返す。実際には開けなかったお試しページの件数、LICENSE本文を読んで見つかった制限の件数と内訳、掲載を取り下げたものとその理由。
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full burden for behavior disclosure. It only states that the tool 'returns results' without indicating whether it is read-only, requires authentication, has side effects, or any rate limitations. The content description is partial but lacks important behavioral traits.
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 a single sentence that packs multiple output components, making it relatively concise. However, it lacks structural elements like bullet points or separators that would improve readability. It is front-loaded with the main action but could be organized better.
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 no parameters, no output schema, and no annotations, the description is the sole documentation. It provides a high-level summary of return contents but fails to specify data types, structure, or formatting. For a tool returning complex verification details, this is insufficient for an agent to reliably parse the result.
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?
There are zero parameters, and schema description coverage is 100% (vacuous). The baseline for 0 parameters is 4. The description adds meaning beyond the empty schema by explaining what the tool returns, which is sufficient context for a parameterless tool.
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 returns verification work results, listing specific outputs: number of unopenable trial pages, license restriction count and breakdown, and withdrawn items with reasons. This provides a specific verb+resource and distinguishes from siblings get_ai_tool and search_ai_tools, which serve different purposes.
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?
No guidance on when to use this tool versus alternatives. The description only explains what it does, without mentioning appropriate contexts, prerequisites, or cases where a sibling tool would be better. This omission leaves the agent to infer usage based on tool names alone.
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
- FlicenseNot gradedqualityBmaintenanceVerified AI free-tier limits, quota comparisons, commercial-use verdicts and zero-cost workflows. Every entry carries a human-checked verification date and is re-checked by a daily link patrol.
- AlicenseNot gradedqualityNot gradedmaintenanceSearch and discover 500+ tools, APIs, and services for AI agents. Browse 15 categories, get recommendations, and access structured metadata including auth methods, free tiers, and example calls.1
- AlicenseAqualityCmaintenanceSearch the AI Tool Directory catalog of 2,000+ AI tools — compare tools, find curated alternatives, and check whether a tool is still active, defunct, or acquired (backed by the AI Graveyard dataset).6171MIT
- AlicenseNot gradedqualityDmaintenanceFree AI prompt orchestration with 185 expert roles, 1,741 templates, and 4 MCP tools — no API key requiredMIT