Skip to main content
Glama
caseman72

Wyzer MCP Server

by caseman72

get_api_status

Retrieve the current Wyze API rate limit status, including remaining calls, reset time, cache information, and API key expiration to monitor usage and avoid service interruptions.

Instructions

Get Wyze API rate limit status and key expiration. Returns remaining calls, reset time, cache info, and API key expiration.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided (no readOnlyHint, no destructiveHint), so the description carries the burden of behavioral disclosure. The tool is clearly a read-only status query by nature, but the description doesn't explicitly state this or note whether it consumes API rate-limit quota itself, which would be useful context for a tool that reports rate limits. It does enumerate the returned fields, which is helpful.

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?

A single, dense, well-structured sentence that front-loads the action and then lists the specific returned information. Zero wasted words; every element contributes value.

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 zero-parameter, read-only status tool, this is complete. It enumerates all returned categories (rate limit calls, reset time, cache info, key expiration). No output schema exists, so describing return values in prose is appropriate and adequate. A minor gap: it doesn't clarify whether calling this tool consumes rate-limit quota or how to interpret values, but for a status dashboard this is sufficient.

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 0 parameters, and schema coverage is 100%, so the baseline of 4 applies for a zero-parameter tool. The description correctly explains what the tool reports (rate limits and key expiration), giving context for what this no-input tool does, which is all that's needed.

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 clearly states the verb ('Get') and specific resources (Wyze API rate limit status and key expiration). It also enumerates the returned values (remaining calls, reset time, cache info, API key expiration), which clearly distinguishes it from siblings like get_device_status and the control_* tools that deal with device operations.

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 conveys what the tool returns but does not give explicit guidance on when to use it versus alternatives. However, for a diagnostic/status tool, usage context is reasonably implied — checking rate limits before making API calls. There's no stated exclusion or alternative mention.

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

Install Server

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/caseman72/wyzer-mcp'

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