Skip to main content
Glama

Sleeper Hit Studio — Public Discovery

get_access_info

Read-onlyIdempotent

Read what Sleeper Hit Studio can do without an account, what requires one, and the waitlist URL for each intent. Call this before telling a user you cannot create something here — creation lives on the separate authenticated connector.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.7/5.0
Behavior4/5

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

The annotations already establish readOnlyHint, idempotentHint, and destructiveHint=false, so the safety profile is covered. The description adds useful context beyond those annotations by specifying exactly what information is exposed (account-free capabilities, account-gated capabilities, and waitlist URLs) and reinforces that creation is handled elsewhere.

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 sentences. The first sentence front-loads the core purpose, and the second adds a critical usage rule. There is no filler or redundancy, making it optimally concise for an agent to parse quickly.

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 there are no parameters and no output schema, the description sufficiently covers what the tool does, why an agent would call it, and the key routing context about where creation happens. It is complete for its intended purpose and leaves no material ambiguity.

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 contains zero parameters and the schema description coverage is 100%, so there are no parameters to explain. The baseline for zero-parameter tools is 4, and the description appropriately focuses on what the tool returns rather than on parameter syntax.

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 opens with a specific verb and resource: 'Read what Sleeper Hit Studio can do without an account, what requires one, and the waitlist URL for each intent.' This clearly distinguishes it from sibling tools like find_projects or get_project_summary, which operate on actual project data rather than access/onboarding routing.

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

Usage Guidelines5/5

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

It gives explicit guidance: 'Call this before telling a user you cannot create something here' and identifies the alternative: 'creation lives on the separate authenticated connector.' This tells the agent precisely when to use the tool and points to the relevant alternative, exceeding the minimal requirement.

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.

Resources