Skip to main content
Glama

Sign in to NightMarquee

nightmarquee_sign_in

Connect your NightMarquee account to enable unlimited prompts. Approve a short code in the browser, then run again to complete sign-in.

Instructions

Connect a NightMarquee account so Unlimited prompts work here. Shows a short code to approve in the browser. Run it again after approving to finish.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailNoSet once approved
statusYesRun the tool again while this is "waiting"
messageYesThe same text shown to the human
userCodeNoThe code to approve in the browser
verificationUriNoWhere to approve it

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.4

TDQS

A4.6/5.0
Behavior5/5

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

The description discloses important behavioral details beyond annotations: it requires an external browser approval, shows a short code, and must be run twice. This is valuable interactive context that annotations (readOnlyHint=false, openWorldHint=true) only hint at. No contradiction 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 with no filler. The purpose is front-loaded, and the step-by-step flow is conveyed efficiently. Every sentence earns its place.

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?

The description covers the interactive nature, the need for a second run, and the purpose. With an output schema present and no parameters, the agent has enough to invoke it correctly. It could optionally mention prerequisites (e.g., already having a NightMarquee account) but that is minor.

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?

There are no parameters (schema coverage 100% trivially). Per the rubric, 0 params earns a baseline of 4. The description adds context about the sign-in flow but not parameter-level semantics since none exist.

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's purpose: 'Connect a NightMarquee account' and explains the benefit ('so Unlimited prompts work here'). It also distinguishes itself from siblings (search, get, whoami) by describing a sign-in flow, which is unique among the listed tools.

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 usage context: it is needed for Unlimited prompts and involves a two-step process ('Run it again after approving'). It implicitly tells the agent when to use it (when sign-in is needed), though it doesn't explicitly exclude alternatives. Since no sibling does sign-in, this is sufficient.

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