Skip to main content
Glama
ap311036
by ap311036

timetree_keychain_status

Checks macOS Keychain for stored TimeTree email and password, reporting only whether they are present without exposing the actual secret values.

Instructions

Report whether the macOS Keychain contains TimeTree email/password items; never returns their values.

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 provided, the description carries the burden of behavioral disclosure. It clearly discloses a key behavioral trait: it reports presence/absence only and never returns stored values. This is meaningful transparency, though it does not mention other behaviors such as error cases or whether Keychain access may trigger prompts.

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 sentence with no filler. It front-loads the primary behavior and adds a critical security-relevant note compactly after a semicolon. Every word contributes value.

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, read-only status tool, this description is adequately complete. It explains what the tool reports and what it never returns, which covers the main operational need. It does not specify the exact return shape, but the return semantics are reasonably inferable and tool complexity is very low.

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 tool has zero parameters, so parameter semantics are essentially moot. The description correctly focuses on output behavior rather than input, which fully satisfies the context despite the unusually sparse 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 identifies the exact action: report whether the macOS Keychain contains TimeTree email/password items. It also disambiguates the operation by explicitly stating that credential values are never returned, which distinguishes this from any credential-fetching or login tool.

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 purpose implies a clear use case: check whether stored TimeTree credentials exist without exposing them. It does not explicitly mention alternatives or exclusions, but the condition is self-contained and unambiguous enough for an agent to know when to call it.

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