Skip to main content
Glama

ticktick_configure_oauth

Idempotent

Set up OAuth2 credentials for TickTick API authentication. Provides authorization URL to begin secure access to task management features.

Instructions

    Configure OAuth2 credentials for TickTick API v1.

    This is the first step for OAuth authentication. After configuration,
    you'll receive an authorization URL to visit.

    Args:
        params: OAuth credentials

    Returns:
        Authorization URL and instructions
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations provide readOnlyHint=false, idempotentHint=true, and destructiveHint=false, which the description doesn't contradict. The description adds valuable context beyond annotations by explaining this is a configuration step that generates an authorization URL, helping the agent understand the tool's behavior in the authentication workflow.

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 efficiently structured with three brief sentences that each serve a distinct purpose: stating the tool's function, explaining its role in the workflow, and outlining inputs/outputs. There's no wasted verbiage, and the information is front-loaded appropriately.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given that the tool has annotations covering safety aspects (idempotent, non-destructive), a detailed input schema, and an output schema (implied by 'Returns: Authorization URL and instructions'), the description provides exactly what's needed: context about where this fits in the authentication workflow. No additional explanation of parameters or return values is necessary.

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

Parameters3/5

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

Schema description coverage is 0%, but the description only mentions 'params: OAuth credentials' without detailing the specific parameters (client_id, client_secret, redirect_uri). While the schema fully documents these parameters, the description adds minimal value beyond what's in the structured schema, meeting the baseline for high schema coverage.

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 specific action ('Configure OAuth2 credentials') and target resource ('for TickTick API v1'), distinguishing it from sibling tools like ticktick_authorize_oauth which handles the next step in the OAuth flow. It provides a complete picture of the tool's function beyond just the name.

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

Usage Guidelines5/5

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

The description explicitly states 'This is the first step for OAuth authentication' and mentions 'After configuration, you'll receive an authorization URL to visit,' providing clear context about when to use this tool versus alternatives like ticktick_authorize_oauth. It establishes the tool's role in a multi-step authentication process.

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/MostafaSuliman/TickTick-MCP'

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