Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_2fa_post_v1_2fa_disable

Disable two-factor authentication on your hosting account to eliminate the extra login step. Use when 2FA is no longer required or needs to be reset.

Instructions

Disable 2FA

HTTP: POST /v1/2fa/disable Category: 2FA Required scopes: accounts:write Mutating: changes server state.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNoRequest body (application/json). Schema not statically declared — see API docs.
Install Server

TDQS

A3.6/5.0
Behavior3/5

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

Annotations already indicate not read-only and not idempotent; the description adds the required accounts:write scope and explicitly states 'Mutating: changes server state.' It does not disclose other behavioral consequences, such as whether a confirmation code is required or how existing 2FA settings are affected.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

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

The definition is compact and structured with HTTP method, category, required scope, and mutation flag. There is slight redundancy in repeating 'Disable 2FA' and the Category line, but no significant bloat.

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?

It covers the essential auth scope and mutation semantics, but leaves the request body content unspecified and does not explain when to use this operation versus sibling 2FA operations. For a simple state-changing endpoint this is adequate but not fully self-contained.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The single body parameter is described in the schema as 'Request body (application/json). Schema not statically declared — see API docs,' which gives little real semantic detail. The description adds no further parameter guidance, so with high schema coverage the baseline score of 3 is appropriate.

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?

States a specific verb and resource: 'Disable 2FA', reinforced by the exact HTTP endpoint POST /v1/2fa/disable. It is clearly distinguishable from sibling 2FA tools such as enable, verify, and status.

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 intended use is implied by the name and endpoint, but the description gives no explicit guidance about when to choose this over panelica_2fa_post_v1_2fa_enable or panelica_2fa_get_v1_2fa_status. It provides scope and mutation context but no alternatives or exclusions.

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

Other Tools

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/Panelica/panelica-mcp'

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