Skip to main content
Glama

enable_authenticator_mfa

Enable Authenticator Multi-Factor Authentication for a project.

Args: project_key: Project key (tenant ID). Uses global tenant_id if not provided

Returns: JSON string with Authenticator MFA configuration result

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_keyNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It discloses the project_key fallback behavior, but fails to mention any side effects, prerequisites, or whether this is a mutation operation that could overwrite existing settings. The description is minimal for a tool that enables security features.

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 concise and structured into Args and Returns sections. Every sentence earns its place, with no filler or redundancy. It is appropriately sized for a single-parameter enabling operation.

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?

Given the low complexity (1 optional parameter) and the presence of an output schema, the description is mostly complete. However, it lacks explicit guidance on when to choose this tool over the sibling enable_email_mfa, which is a minor gap for a tool in a suite with multiple MFA options.

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 coverage is 0%, but the description compensates by explaining the parameter's meaning ('Project key (tenant ID)') and its default behavior ('Uses global tenant_id if not provided'). This adds value beyond the empty schema description.

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 uses a specific verb ('Enable') with a clear resource ('Authenticator Multi-Factor Authentication') and scope ('for a project'). The name itself differentiates from the sibling enable_email_mfa, and the description reinforces this by specifying 'Authenticator MFA' rather than a generic MFA.

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

Usage Guidelines3/5

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

The description implies usage (enabling authenticator MFA for a project) but does not provide explicit when-to-use guidance or contrast with alternatives like enable_email_mfa. It gives some contextual detail (project_key fallback to global tenant_id), but no exclusions or alternative recommendations.

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