Skip to main content
Glama
ap311036
by ap311036

timetree_login

Authenticate to TimeTree using email and password stored in the environment, providing direct HTTPS access to calendar data without a browser.

Instructions

Login to TimeTree over direct HTTPS using TIMETREE_EMAIL and TIMETREE_PASSWORD from the MCP environment; no browser is used.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description carries the full burden, and it adds useful behavioral detail beyond the name: it authenticates over direct HTTPS, consumes environment variables, and avoids browser-based flows. It does not mention side effects like session persistence or idempotency, but the core login behavior is clearly disclosed.

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 a single 22-word sentence with no waste. It front-loads the action and target, then states mechanism and credential source. Every part of the sentence contributes useful information.

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 zero-parameter tool with no output schema, the description is reasonably complete: it names the resource, the action, the transport, and the credential source. It intentionally does not mention return values or session side effects, which are not strictly necessary for invoking this simple login tool correctly.

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

Parameters5/5

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

The input schema has zero parameters, which usually means the baseline is 4, but the description adds further value by naming the exact environment variables used, TIMETREE_EMAIL and TIMETREE_PASSWORD. This tells an agent exactly where credentials are sourced even though no schema parameters exist.

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 names the action ('Login'), the resource ('TimeTree'), and the mechanism ('direct HTTPS' with environment credentials). It also differentiates itself from sibling tools like timetree_status, timetree_keychain_status, and timetree_logout by describing an actual authentication action.

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 states clear context: login is done without a browser using TIMETREE_EMAIL and TIMETREE_PASSWORD from the MCP environment. It does note a key implementation detail, but does not explicitly say when to check status or when to avoid calling this tool, such as 'use only if not already logged in.'

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/ap311036/timetree-mcp'

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