Skip to main content
Glama

Server Details

Sharebench — search & pull AI skills, agents, prompts & playbooks (SKILL.md) into any MCP client

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

Server CoherenceB
Disambiguation5/5

Each tool has a clearly distinct purpose: search for discovery and get_by_id for retrieval of specific artifact content. No overlap exists.

Naming Consistency3/5

Tool names follow different conventions: 'search' is a lone verb, while 'get_by_id' uses verb_preposition_noun snake_case. They are readable but inconsistent.

Tool Count2/5

Only 2 tools for a registry that likely needs full lifecycle management (create, update, delete). The count is too thin for the apparent scope.

Completeness2/5

The tool set covers only read operations (search + retrieve). Missing create, update, delete tools for a registry, which is a significant gap.

Available Tools

2 tools
get_by_idAInspect

Fetch the full SKILL.md content and metadata for a single artifact. Provide EXACTLY ONE of artifactId (the UUID returned by search) or slug (the URL-safe identifier, e.g. from a /p/<slug> link). Passing both or neither returns a validation_failed error. Use this after search to retrieve the body of a hit the user wants to read, summarize, apply, or fork. Returns the artifact's name, description, type, contributor, version, timestamps, the full SKILL.md text (YAML frontmatter + markdown body, up to 256 KB), the number of bundled extras (bundledCount), their filenames (bundledFilenames), per-file metadata in bundledFiles (each entry has key, filename, and originalRef — the EXACT body-relative reference string the importer matched, or null when the file was bundled without a body reference; use this to translate a link span in the body back to its bundle filename), and the public-surface fields slug, authorCredit, industries. To fetch a bundled extra, read it as a resource at artifact://<artifactId>/bundled/<filename>.

ParametersJSON Schema
NameRequiredDescriptionDefault
slugNoURL slug for the artifact (e.g. `brand-voice`). Take this from the `slug` field of a `search` result or a /p/<slug> link. Mutually exclusive with `artifactId`.
artifactIdNoUUID of the artifact. Take this from the `artifactId` field of a `search` result. Mutually exclusive with `slug`.
Behavior5/5

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

With no annotations, the description carries full burden. It discloses mutual exclusivity, error behavior, return fields, size limit (256 KB), and resource URI for bundled extras. It is thorough and 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 front-loaded with purpose and constraint, then details return values. It is longer but every sentence adds value. Could be slightly more concise, but good structure.

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 no output schema, the description compensates by listing all return fields with explanations, including size limit and resource URI. It covers complexity well and is complete for a single-artifact fetch 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?

Schema description coverage is 100%, so baseline is 3. The description adds value beyond schema by explaining mutual exclusivity, error condition, and where to get parameter values (from search result).

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 full SKILL.md content and metadata for a single artifact. It uses specific verb 'Fetch' and resource 'artifact', and distinguishes from sibling 'search' by explaining it is used after search to retrieve body of a hit.

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 explicitly says to provide exactly one of artifactId or slug, and to use after search. It also mentions the error condition for both or neither. Could be improved by explicitly stating when not to use, but overall clear.

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