Skip to main content
Glama

1lev1

Server Details

Track partnership work, log mission hours, and see what needs your approval on 1lev1.com.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
Avi-ADAM/1lev1-mcp
GitHub Stars
0

Available Tools

2 tools
getPlatformInfoBInspect

Get general information about the 1lev1 platform, its goals, and features.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

B3.3/5.0
Behavior3/5

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

No annotations are provided, so the description carries the behavioral disclosure burden. The 'Get' verb reasonably signals a read-only information operation with no side effects, and the tool has no parameters, limiting risk. However, the description does not explicitly state what the output looks like, whether the information is static or dynamic, or that no state is modified.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, efficient sentence with no waste. It front-loads the action ('Get') and the resource. It could be marginally improved by specifying what 'general information' concretely covers, but it remains appropriately concise.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple no-parameter tool, the description is mostly adequate, but it leaves some ambiguity about the exact scope of 'general information' and whether anything about connecting to the platform is included—especially given the sibling tool howToConnect. Since there is no output schema, a bit more specificity about what the agent will receive would improve completeness.

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 zero parameters, so there is no need for parameter-level documentation. The description does not need to compensate for any schema gaps. A score of 4 reflects that the baseline for no-parameter tools is met without adding irrelevant detail.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb ('Get'), the resource ('general information about the 1lev1 platform'), and the content ('goals, and features'). It is specific enough to indicate what the tool does, but it does not explicitly differentiate itself from the sibling tool howToConnect, leaving that distinction to inference.

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

Usage Guidelines2/5

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

No guidance is provided about when to use this tool versus howToConnect. The description implies it is for general platform information, but it never states that connection instructions belong to the sibling tool or any other exclusions. An agent is left to infer usage context.

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

howToConnectAInspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

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.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 2 tool updates
    • First observedgetPlatformInfo
    • First observedhowToConnect

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

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.