Skip to main content
Glama

s80_discover

Return SOURCE/80 gates, endpoints, governance and 80/20 economics.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

B3.2/5.0
Behavior2/5

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

With no annotations, the description must disclose behavior itself. It only says 'Return', which suggests a read operation, but does not state whether data is live, cached, scoped, paginated, or if any permissions or side effects are involved. The behavioral disclosure 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.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence with no redundant words and lists the key output categories in a clear, front-loaded manner. Every phrase earns its place.

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?

For a zero-parameter tool, the description is minimally sufficient for invocation because there is nothing to configure. However, the output categories are terse and somewhat jargon-heavy, and without an output schema or comparison to s80_backroom_discover, an agent gets an incomplete picture for selection and result expectations.

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 input schema has zero parameters, so there are no parameter semantics to explain. The description correctly focuses on output categories instead, matching the baseline of 4 for no-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 uses a specific verb ('Return') and names the resource and output categories: 'SOURCE/80 gates, endpoints, governance and 80/20 economics.' It is clear about what the tool produces, but it does not contrast itself with the sibling s80_backroom_discover, so it lacks explicit sibling differentiation.

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

Usage Guidelines2/5

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

The description gives no indication of when to use this tool versus s80_backroom_discover or the other siblings. There are no conditions, exclusions, or alternative tool references; only a statement of what is returned.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.6/5.0
Disambiguation4/5

s80_discover and s80_backroom_discover both contain 'discover' but are clearly scoped to platform-wide discovery vs invite-gated Backroom contracts. The admission challenge and treasury tools are unambiguous, though an agent could initially select the wrong discover tool if it does not read closely.

Naming Consistency3/5

All tools share the s80_ prefix and snake_case, but the pattern is mixed: s80_discover is verb-only, s80_backroom_discover is object-verb, s80_treasury is noun-only, and s80_request_admission_challenge is the only true verb_noun. The prefix helps readability, but there is no consistent naming convention beyond it.

Tool Count5/5

Four tools is a well-scoped set for a discovery-focused server, covering general SOURCE/80 information, Backroom capabilities, admission challenge creation, and treasury data. Each tool earns its place without bloat or obvious redundancy.

Completeness4/5

The server covers its apparent discovery surface well: platform gates/endpoints, Backroom contracts, admission challenge creation, and treasury totals. The main gap is that completing admission over HTTPS is described but not exposed as an in-band tool, requiring agents to finish the flow out-of-band.

Resources