Skip to main content
Glama
umsachde

simkl-mcp

by umsachde

logout

Delete the stored Simkl token from this machine to sign out. For full revocation, manage the app at simkl.com/settings/apps.

Instructions

Delete the stored Simkl token from this machine.

This does not revoke the app on Simkl's side -- do that at simkl.com/settings/apps.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.7/5.0
Behavior5/5

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

With no annotations, the description carries the full burden and does it well: it states the local side effect clearly and explicitly discloses the non-revocation limitation. This is exactly the kind of non-obvious behavioral context an agent needs.

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?

Two short sentences with no filler. The main purpose is front-loaded, and the important caveat about remote revocation follows immediately.

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?

For a zero-parameter local logout action with an output schema and simple behavior, the description covers everything necessary: what happens locally, what does not happen remotely, and where to go for the stronger action.

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?

There are zero parameters and the schema fully covers this. The description adds nothing about parameters, but none is needed; baseline for zero-parameter tools applies.

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?

States a specific verb and resource: deleting the stored Simkl token from this machine. This clearly distinguishes the tool from generic 'logout' and from sibling tools like remove_from_history or login_status.

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?

Explicitly explains that this does not revoke the app on Simkl's side and directs users to simkl.com/settings/apps for that action. This provides a clear exclusion and an alternative, though it does not discuss in-tool alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.