Skip to main content
Glama
rooquiz

RooQuiz

get_active_tenant

Read-only

Returns the active team (tenant) for the current token and indicates whether respondent self-signup is disabled, helping diagnose why new users cannot sign in or submit quizzes.

Instructions

Return the team (tenant) this token is currently operating against. All write tools default to this team. Also reports examineeSignupDisabled: when true this team has switched respondent self-signup off, so only respondents already on its roster can sign in — every quiz that asks for a login (submissionAccess examinee_only, or login_to_view_report at the report gate) turns away anyone new. Check it before blaming a quiz for "nobody can submit".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoTeam id
nameNoTeam name
roleNoYour role in this team
slugNoTeam slug
examineeSignupDisabledNotrue = respondent self-signup is off for this team, so any quiz that asks for a login turns away respondents who are not on the roster yet

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A4.4/5.0
Behavior5/5

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

Annotations already mark this read-only and non-destructive, so the safety bar is met. The description adds meaningful behavior beyond annotations: all write tools default to this tenant, and the examineeSignupDisabled flag has operational consequences for login-gated quizzes. This is exactly the kind of context an agent needs.

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 core purpose is front-loaded in the first sentence, followed by the tenant-default behavior and then the flag explanation. Every sentence adds distinct value, and the practical troubleshooting tip is phrased efficiently.

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?

With no parameters, an output schema, and read-only annotations, the remaining burden is explaining what the output means and when to care. The description does that thoroughly, including the exact login scenarios affected by examineeSignupDisabled.

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 tool takes zero parameters, so the baseline is 4. There is nothing for the description to clarify, and the schema already confirms an empty input. No deduction is warranted.

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 starts with a clear verb and resource: 'Return the team (tenant) this token is currently operating against.' It also names the secondary returned signal, examineeSignupDisabled. It doesn't explicitly name or contrast a sibling like switch_active_tenant, so it doesn't fully earn the sibling-differentiation point, but the purpose is unambiguous.

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?

It gives a concrete use case: check this tool before diagnosing why nobody can submit, and explains how the signup-disabled flag affects login-gated quizzes. It doesn't mention alternatives or exclusions, but for a read-only getter with no parameters, this is useful contextual guidance.

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

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rooquiz/rooquiz-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server