Skip to main content
Glama
Zfinix

fiberone-mcp

by Zfinix

get_autorenew_status

Read-only

Retrieve the current auto-renew status for a FiberOne broadband account, indicating agreed, saved card, or opt-out state.

Instructions

Get auto-renew status: agreed, saved card, opt-out state.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. First observedv0.4.0

TDQS

A3.5/5.0
Behavior3/5

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

The annotation readOnlyHint=true already establishes the read-only behavior, and the description adds only the component fields of the status, not deeper behavioral details such as how the fields are represented or what the response looks like. There is no contradiction, but the added transparency is modest.

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 a single compact sentence with no filler, front-loading the core action and immediately specifying the returned status components.

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?

For a read-only, zero-parameter status lookup, the description adequately identifies the resource and its expected components. The lack of an output schema means a bit more detail about the value format could help, hence not a 5.

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 zero parameters, so the baseline is 4 and the schema already covers everything relevant. The description does not need to explain parameters.

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 states a specific verb and resource ('Get auto-renew status') and enumerates the status components (agreed, saved card, opt-out state), making the tool's function clear. It does not explicitly contrast itself with related sibling tools like get_renewal_plan or get_pause_status, so it falls short of full sibling differentiation.

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

Usage Guidelines2/5

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

No guidance is provided about when to use this tool rather than alternatives. The sibling list contains similar status tools (get_pause_status, get_renewal_plan), and the description gives no conditions, exclusions, or selection criteria.

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