Skip to main content
Glama
Zfinix

fiberone-mcp

by Zfinix

login

Authenticate to FiberOne API for subscriber data access. Defaults to FIBERONE_USERNAME/PASSWORD; override with explicit credentials.

Instructions

Log in to the FiberOne API. Uses FIBERONE_USERNAME/FIBERONE_PASSWORD env by default; pass explicit credentials to override.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
passwordNoFiberOne account password
usernameNoFiberOne account username (email)

Schema Changelog

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

  1. First observedv0.4.0

TDQS

A4.1/5.0
Behavior3/5

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

No annotations exist, so the description carries the full burden. It discloses the default credential source and that explicit credentials can override it, which is real behavioral context. However, it does not mention side effects such as establishing a session, what happens on failure, or whether repeated login is destructive or idempotent.

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 primary purpose is front-loaded, and the credential override behavior is stated in a compact follow-up sentence.

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?

For a login tool with no output schema and no annotations, the description covers the essential purpose and credential source. It is still incomplete in that it does not explain what the login call returns, whether it must precede all sibling calls, or what happens if environment variables are missing.

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 100%, so the baseline is 3. The description adds meaningful semantics beyond the schema: both parameters are optional because the tool falls back to FIBERONE_USERNAME/FIBERONE_PASSWORD. This is critical for an agent to know before calling.

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 an explicit verb ('Log in') and the target resource ('FiberOne API'), making the authentication purpose unmistakable. It clearly differentiates from the sibling tools, which are all data or ticket operations.

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?

Explains when to supply parameters (only to override the default environment credentials), which is useful practical guidance. It does not explicitly state 'use before other API calls' or mention logout as the counterpart, but the role of login is clear from context.

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/Zfinix/fiberone-mcp'

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