Skip to main content
Glama

1lev1

howToConnect

Instructions on how to register, login and get an API key for full MCP access.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

The description frames the tool as purely instructional, which implies no side effects or mutations. It could be more explicit about whether the instructions are static or dynamically fetched, but for a zero-parameter informational tool this is a minor gap.

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 focused sentence that communicates the tool's purpose with no filler or redundant information.

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 parameterless informational tool, the description is mostly complete: it explains what content the tool provides and the goal of full MCP access. It could briefly note that no parameters are required or clarify its relationship to getPlatformInfo, but these omissions are not significant.

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 no parameters, and the schema fully covers the parameter surface. The description does not need to document parameters; the baseline score of 4 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?

The description clearly states the tool provides instructions for registering, logging in, and obtaining an API key for MCP access. This is a specific informational purpose and is easily distinguishable from the sibling tool getPlatformInfo.

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 intended use case is implied: use this tool when the agent/user needs onboarding instructions for MCP access. However, there is no explicit guidance on when not to use it, nor any mention of the sibling tool as an alternative.

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.

TDQS

A3.5/5.0
Disambiguation5/5

The two tools have entirely distinct purposes: one describes the platform, the other explains how to connect. There is no overlap or chance of confusion.

Naming Consistency3/5

getPlatformInfo follows a verb_noun pattern, while howToConnect does not, creating a mixed convention. Both names are readable but not stylistically consistent.

Tool Count3/5

With only two tools, the server feels thin even for an onboarding-focused purpose. The count is borderline and leaves the user wanting more functionality.

Completeness2/5

The server only provides platform information and connection instructions, with no actual data operations or workflows. Given that howToConnect implies full MCP access, the lack of any functional tools is a significant gap.