Skip to main content
Glama

Server Details

みんなのテスター(スキマラボ)公開情報MCP。Google Playクローズドテストのテスター集めを支援する相互テストコミュニティの情報を提供する。

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.3/5 across 3 of 3 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a clearly distinct purpose: overview of the service, guide for collecting testers, and listing currently recruiting apps. No overlap or ambiguity.

Naming Consistency4/5

Names follow a pattern starting with a verb or phrase ('get_', 'how_to_get_', 'list_'), but 'how_to_get_testers' deviates slightly from the standard verb_noun convention. However, it is still predictable and clear.

Tool Count5/5

Three tools are well-scoped for this informational service about a testing community. The count is appropriate and each tool serves a necessary function without excess.

Completeness3/5

The set covers basic information retrieval and listing, but lacks interactive tools like app registration or tester sign-up, which might be expected for a community platform. Notable gaps exist.

Available Tools

3 tools
get_service_infoAInspect

みんなのテスター(スキマラボ運営)というサービスの概要・料金・仕組みを返す。個人開発者のGoogle Playクローズドテスト『テスター12人×14日間』のテスター集めを支援する相互テストコミュニティ。

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations provided, but description accurately describes a read-only operation (returns info) with no side effects mentioned; lack of disclosure on authorization or rate limits is acceptable for a simple info tool.

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?

Two concise sentences, no waste, front-loaded with action and resource.

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?

Fully describes what the tool returns (overview, pricing, mechanism) and provides context about the service; complete for a zero-parameter info tool with no output schema.

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?

No parameters, so description does not need to add meaning beyond schema; baseline 4 applies.

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?

Description clearly states the tool returns 'overview, pricing, and mechanism' of a specific service ('Minna no Tester'), distinguishing it from siblings like how_to_get_testers or list_recruiting_apps.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No explicit guidance on when to use this tool vs siblings, but the purpose is clear enough that an agent can infer it's for obtaining general service info.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

how_to_get_testersAInspect

Google Playのクローズドテスト用のテスター(12人×14日間)を集める方法を解説する。アプリの個人開発者が『テスターをどうやって集めればいいか』を知りたいときに使う。

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries full burden. It implies the tool provides guidance without side effects, but it does not explicitly state it is read-only or non-destructive. Adequate but not fully explicit.

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 two concise sentences that clearly convey purpose and usage. No unnecessary words; highly efficient.

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?

Given the tool's simplicity (no parameters, no output schema), the description provides a complete explanation of what it does and when to use it. No additional context needed.

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 no parameters and the input schema is empty (100% coverage). With 0 parameters, the baseline is 4, and the description does not need to add parameter details.

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 explains how to gather testers for Google Play closed testing, with a specific verb (解説する) and resource (テスター集め方法). It distinguishes from siblings like get_service_info and list_recruiting_apps.

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 a clear usage context: 'when individual app developers want to know how to gather testers.' No alternatives or exclusions are mentioned, but the specificity is sufficient.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

list_recruiting_appsAInspect

みんなのテスターで現在テスターを募集中のアプリ一覧を返す。テスターとして参加したい人が、今テストできるアプリを知るために使う。

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations exist, so the description carries the burden. It accurately conveys a read-only, safe operation (listing apps) with no side effects. No additional behavioral details (e.g., caching or ordering) are needed given the tool's simplicity.

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?

Two concise sentences that front-load the key information: what the tool returns and its intended use. No superfluous text.

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?

While the description covers purpose and usage, it lacks detail on the return value structure (e.g., fields in each app entry). Given no output schema, the description could elaborate on what information is provided for each app.

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, so the description does not need to explain any. The schema coverage is 100% by default, making the baseline of 4 appropriate.

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 verb ('返す' - returns), resource ('テスターを募集中のアプリ一覧' - list of apps recruiting testers), and platform ('みんなのテスター'), making it distinct from siblings like get_service_info or how_to_get_testers.

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 context on who uses it ('テスターとして参加したい人が' - people wanting to participate as testers) and why ('今テストできるアプリを知るために' - to know which apps can be tested now), but lacks explicit when-not-to-use or alternative tools.

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!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources