Skip to main content
Glama

Server Details

Read-only MCP tools for Mana public creations, tags, creator profiles, and share pages.

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

Server CoherenceA
Disambiguation5/5

Each tool has a clearly distinct purpose: get_popular_tags lists tags, get_public_share fetches a specific profile or creation, and search_community_apps searches for apps. No overlap.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern using snake_case (get_popular_tags, get_public_share, search_community_apps). Perfectly predictable.

Tool Count5/5

With 3 tools, the set is well-scoped for a read-only public API, covering browsing tags, fetching specific items, and searching. Each tool serves a necessary function.

Completeness4/5

Covers key read operations: listing tags, fetching by identifier, and search. Minor gap: no direct listing of all creators or creations by tag, but search can compensate.

Available Tools

3 tools
get_public_shareGet public shareA
Read-onlyIdempotent
Inspect

Product data tool: fetch either a Mana creator's public profile or one published Mana creation by handle and optional slug.

ParametersJSON Schema
NameRequiredDescriptionDefault
kindYesUse "creator" for a public creator profile, or "app" for one creation.
slugNoRequired when kind is "app": the published creation slug.
handleYesThe creator's handle, without the leading @.
localeNoOptional BCP-47 locale for localized creation display text.
Behavior3/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true. The description adds product-specific context ('Mana') and the two modes, but does not disclose additional behavioral traits beyond what annotations provide.

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 a single, well-structured sentence that is front-loaded and contains no filler. It efficiently conveys the tool's purpose and key usage details.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description does not mention the output format or return structure, which is critical since there is no output schema. For a fetch operation, agents need to know what data is returned. This omission leaves the tool incomplete.

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?

Schema coverage is 100% with descriptions, but the tool description adds meaning by explaining the 'kind' enum values ('creator' for profile, 'app' for creation), slug requirement, and handle without '@'. This goes beyond the schema alone.

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 it fetches a Mana creator's public profile or a published creation, distinguishing two types via the 'kind' parameter. This differentiates it from sibling tools like get_popular_tags (tags) and search_community_apps (search).

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?

Provides clear usage guidance: 'creator' for public profile, 'app' for one creation, and notes slug is required when kind is 'app'. However, it does not explicitly mention when not to use this tool or compare to siblings.

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

search_community_appsSearch community appsA
Read-onlyIdempotent
Inspect

Product data tool: search and browse the Mana community's published iPhone creations (games, tools, utilities created by users). Returns app titles, handles, creators, slugs, and pagination info.

ParametersJSON Schema
NameRequiredDescriptionDefault
tagNoFilter by tag.
sortNoOrdering of results. Defaults to trending.
limitNoNumber of apps to return (1-48, default 24).
queryNoFree-text search across app titles and descriptions.
offsetNoPagination offset (default 0).
categoryNoFilter by category slug.
Behavior4/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true. The description adds that the tool returns pagination info and specific fields (titles, handles, creators, slugs), which is helpful. No contradictions with 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?

Two sentences: first defines purpose and domain, second lists return fields. No fluff, front-loaded, every sentence adds value.

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 has 6 parameters (all described) and no output schema, the description adequately mentions return fields (titles, handles, creators, slugs, pagination info). It could be slightly more detailed about pagination structure, but it is sufficient for agent understanding.

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 each parameter is already described. The description does not add extra meaning beyond showing it is a search tool. Baseline 3 is appropriate as the schema carries the load.

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 it is a product data tool for searching and browsing community creations, specifically iPhone apps. It specifies the resource (Mana community apps) and the action (search/browse). It distinguishes from sibling tools get_popular_tags (tags) and get_public_share (sharing) by focusing on app discovery.

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 context: use this tool to search and browse community apps. It implies usage for finding apps by query, tag, or category. No explicit exclusions or alternatives are mentioned, but siblings are different enough that confusion is unlikely.

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