Skip to main content
Glama
samrathp29
by samrathp29

covidence_login

Initiate a Covidence login session with step-by-step Chrome navigation instructions, ensuring your password never passes through the server.

Instructions

Start a Covidence session. Returns step-by-step instructions for Claude to navigate the login page using Chrome tools. The user's password is never passed through this server.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailYesCovidence account email

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.0.0

TDQS

A4.3/5.0
Behavior4/5

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

With no annotations provided, the description carries the behavioral disclosure burden. It transparently states that the tool returns navigation instructions rather than performing the login itself, and that the user's password is never passed through the server. This is meaningful behavior beyond the schema, though it could further disclose session persistence or behavior on already-logged-in states.

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 sentences with no filler. The primary action is front-loaded, and the security-relevant detail about the password is included concisely. Every sentence earns its place.

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 simple one-parameter tool with no output schema, the description provides enough context: what the tool does, what it returns, and a critical security boundary. An agent can invoke it correctly and understand the expected result.

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?

Schema coverage is 100%, so the email parameter is already documented. The description adds slight context by implying only the email is needed and that the password is handled externally, but it does not materially expand parameter meaning beyond the 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 states a specific verb and resource ('Start a Covidence session') and clearly differentiates this tool from the sibling screening/criteria/navigation tools. It also clarifies the tool's output is step-by-step login instructions, not an actual authenticated session, removing ambiguity about its role.

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 clearly implies this tool is the entry point for a Covidence session and should be used when login is needed. It does not explicitly name when-not-to-use it or mention alternatives, but the context is clear enough for an agent to select it ahead of the screening and voting siblings.

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