Skip to main content
Glama
universalamateur

reclaim-mcp-server

disable_habit

Pause scheduling for a habit temporarily while keeping it in your system for future reactivation.

Instructions

Disable a habit to pause scheduling without deleting it.

Args: lineage_id: The habit lineage ID to disable

Returns: True if disabled successfully.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
lineage_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description carries full burden. It discloses the behavioral trait of pausing scheduling without deletion (non-destructive), which is good. However, it doesn't mention permissions needed, whether changes are reversible, rate limits, or error conditions.

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 front-loaded with the core purpose in the first sentence, followed by structured Args and Returns sections. Every sentence earns its place with no wasted words, making it highly efficient.

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?

Given a single parameter with no schema descriptions and an output schema (returns True), the description adequately covers the parameter meaning and return value. For a mutation tool with no annotations, it could benefit from more behavioral context like error handling or side effects.

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?

The schema has 0% description coverage for the single parameter, but the description adds the meaning of 'lineage_id' as 'The habit lineage ID to disable', which fully compensates. This provides clear semantic context beyond the bare schema type.

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 clearly states the verb 'disable' and resource 'habit', explaining it pauses scheduling without deletion. It distinguishes from 'delete_habit' by specifying non-destructive action, though could be more explicit about 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 Guidelines3/5

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

The description implies usage when wanting to pause a habit temporarily rather than delete it, but doesn't explicitly state when to use vs. alternatives like 'enable_habit' or 'delete_habit'. No explicit exclusions or prerequisites are provided.

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/universalamateur/reclaim-mcp-server'

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