Skip to main content
Glama

ticktick_authorize_oauth

Complete OAuth2 authorization by exchanging the callback code for access tokens to enable TickTick task management through the MCP server.

Instructions

    Complete OAuth2 authorization with the code from callback URL.

    Use this after visiting the authorization URL and being redirected.

    Args:
        params: Authorization code

    Returns:
        Success message with token details
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Annotations indicate this is not read-only, idempotent, or destructive, but the description adds useful context about the OAuth process and expected returns. However, it doesn't detail error handling, token expiration, or security implications beyond what annotations imply.

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, followed by usage guidance and parameter/return notes in a structured format. Every sentence is necessary and contributes to understanding the tool's role.

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 the tool's complexity in handling OAuth authorization, the description covers purpose, usage, and parameters well, and the presence of an output schema means return values don't need explanation. It could slightly improve by mentioning prerequisites or error cases.

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?

With 0% schema description coverage, the description compensates by explaining the parameter's purpose ('Authorization code from callback URL') and its role in the OAuth flow, adding meaningful context beyond the bare schema.

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 ('Complete OAuth2 authorization') and resource ('with the code from callback URL'), distinguishing it from sibling tools like 'ticktick_configure_oauth' or 'ticktick_login' by focusing on the final authorization step after callback.

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?

It explicitly states when to use this tool ('Use this after visiting the authorization URL and being redirected'), providing clear context for its application in the OAuth flow, which is essential for distinguishing it from other authentication-related tools.

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