Skip to main content
Glama

Revoke Fitbit OAuth Access

fitbit_revoke_access
Destructive

Revokes Fitbit OAuth grant and deletes local token file to disconnect Fitbit integration.

Instructions

Revoke the current Fitbit OAuth grant and delete the local token file. Use only when the user explicitly wants to disconnect Fitbit.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
response_formatNomarkdown

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYes
token_pathYes
local_tokens_clearedYes
noteYes
Behavior4/5

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

The description adds value beyond annotations by specifying that OAuth grant is revoked and a local token file is deleted. Annotations already indicate destructiveHint=true, so no contradiction. The description provides concrete details about what gets destroyed.

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 short sentences: first defines the action, second specifies when to use. No unnecessary words, front-loaded with the core purpose.

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 simple revoke operation with annotations and an output schema, the description is nearly complete. It lacks mention of the response_format parameter and side effects, but the essential behavior and usage condition are clear.

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

Parameters2/5

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

The description does not mention the single parameter (response_format) at all. Schema description coverage is 0%, so the description should compensate but fails to do so. The parameter controls output format, which is not trivial for an agent to infer.

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 action ('Revoke the current Fitbit OAuth grant and delete the local token file') and the resource (OAuth grant and token file). It distinguishes from sibling tools, as no other tool performs revocation; other tools handle authorization setup or data retrieval.

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?

The description explicitly states when to use: 'Use only when the user explicitly wants to disconnect Fitbit.' It does not mention when not to use or provide alternatives, but the explicit condition is sufficient for most use cases.

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/davidmosiah/fitbitmcp'

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