Skip to main content
Glama

Sign In to Civify

civify_login

Sign in to Civify with email/username and password. Automatically exchanges JWT tokens for a personal API key and activates it for the session (same flow as Civify Chrome Extension).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
passwordYesAccount password.
identifierYesUser's email address or username.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
userNoUser profile information
statusYesAuthentication status (AUTHENTICATED or 2FA_REQUIRED)
messageYesStatus message
usernameNoUsername for pending 2FA verification
apiKeyPreviewNoMasked preview of the auto-generated API key
action_requiredNoNext action required if 2FA is needed

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

Annotations are all false and provide little behavioral information, so the description carries the burden. It usefully discloses that the tool 'automatically exchanges JWT tokens for a personal API key and activates it for the session,' revealing side effects beyond a simple login. This is meaningful transparency, though it stops short of explaining failure modes or key persistence details.

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 sentences with no filler. The core action is front-loaded, and the second sentence adds important behavioral context efficiently. Every phrase earns its place.

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 two-parameter login tool with an output schema, the description covers the essential flow, side effect, and session activation. It is slightly incomplete in not offering usage direction against sibling authentication tools, but an agent can still invoke it correctly. The presence of an output schema means return values do not need to be described.

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 description coverage is 100%, and the schema already defines identifier as 'email address or username' and password as 'Account password.' The description mostly restates these meanings, adding no significant new semantic detail beyond confirming the login use case. Baseline 3 is appropriate because the schema does the heavy lifting.

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 clear, specific action: 'Sign in to Civify with email/username and password.' It also describes the unique post-login behavior (JWT exchange for a personal API key), which clearly distinguishes it from register, logout, and set_api_key siblings. There is no ambiguity about what the tool does.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The context is implied: use this when a user has credentials and needs an authenticated session with a personal API key. However, it does not explicitly contrast with alternatives such as set_api_key for users who already have a key, or register for new accounts. The guidance is present but left mostly to inference.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources