Skip to main content
Glama

CortexPlus

signup

Create a CortexPlus account, or begin signing in to an existing one, so this conversation can use CortexPlus as the user's long-term memory and knowledge base. Ask the user for their email address, and for their name if you do not already have it, then call this tool. CortexPlus sends them a short authentication key by email; ask the user for that key and call connect with it. Never guess or invent the email address.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoThe user's name, if it is not already known.
emailYesThe user's email address. Ask the user; never guess or invent it.
clientNoThe name of the AI platform you are running on, e.g. ChatGPT, Claude, Cursor.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
sentYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.7/5.0
Behavior4/5

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

Annotations already indicate readOnlyHint=false and openWorldHint=true, so the description doesn't need to restate that this is a mutating, world-changing action. The description adds valuable behavioral context: it explains that CortexPlus sends an authentication key by email, that the tool can either create or begin sign-in, and that the agent must collect the key and call connect. This goes beyond the annotations and helps the agent understand the side effects and next step.

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 compact and front-loaded: it states the purpose first, then the required user interaction, then the follow-up step. Every sentence earns its place, and the critical instruction not to guess the email is included without redundancy.

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?

Given the tool's complexity (a multi-step signup flow with a follow-up connect call), the description is complete. It covers what the tool does, what the agent must ask the user, what happens next, and the constraint against inventing data. The output schema exists, so return values don't need to be described. The only minor gap is not explaining what happens if the user already has an account, but the description already covers 'begin signing in to an existing one'.

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?

Schema description coverage is 100%, so the schema already documents all three parameters. The description adds meaning by explaining the workflow around the email parameter (ask the user, never guess) and the name parameter (use if not already known). It doesn't add detail about the client parameter, but the schema already covers that, so the description's added value is sufficient.

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 ('Create a CortexPlus account, or begin signing in to an existing one') and resource ('CortexPlus account'), and clearly distinguishes its purpose from siblings like connect by explaining the signup flow. It also ties the tool to the conversation's use of CortexPlus as long-term memory, which makes its role unambiguous.

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

Usage Guidelines5/5

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

The description gives explicit when-to-use guidance: ask the user for email and name, call this tool, then ask for the authentication key and call connect. It also tells the agent what not to do ('Never guess or invent the email address'). This is strong usage guidance that routes the agent through the correct sequence and to the sibling tool connect.

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