Skip to main content
Glama
SanderCokart

Cloudreve MCP Server

by SanderCokart

authorize

Authenticate your Cloudreve v4 account via OAuth authorization code with PKCE. Opens a browser for login and waits for the callback to complete the authorization.

Instructions

Start Cloudreve v4 OAuth (authorization code + PKCE). Opens a browser and waits for the local callback. Requires CLOUDREVE_CLIENT_ID and CLOUDREVE_CLIENT_SECRET.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
timeout_msNoHow long to wait for the OAuth callback (default 300000)
open_browserNoOpen the system browser (default true)
Behavior3/5

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

With no annotations provided, the description must disclose behavioral traits. It mentions that the tool 'Opens a browser and waits for the local callback,' which is useful. However, it does not explain what happens on success or failure, or any side effects like setting environment variables or blocking behavior.

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 two concise sentences, front-loading the core action and prerequisites. Every sentence adds value without redundancy.

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

Completeness2/5

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

Given the tool's complexity (OAuth authorization), the description lacks information about return values, errors, or what happens after the callback. Since there is no output schema, the description should cover outcomes but does not.

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?

The input schema has 100% parameter description coverage. The tool description does not add significant meaning beyond the schema: it mentions the browser opening and waiting, which aligns with the parameters. Since schema covers parameter details, a score of 3 is appropriate.

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 tool's purpose: 'Start Cloudreve v4 OAuth (authorization code + PKCE).' It uses a specific verb ('Start') and resource ('OAuth'), and distinguishes it from siblings like 'auth_status' and 'logout'.

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 mentions prerequisites: 'Requires CLOUDREVE_CLIENT_ID and CLOUDREVE_CLIENT_SECRET,' which helps the agent know when it's usable. However, it does not explicitly state when to use this tool versus alternatives, nor does it provide exclusions.

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/SanderCokart/cloudreve-mcp'

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