getPlatformInfo
Get general information about the 1lev1 platform, its goals, and features.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Get general information about the 1lev1 platform, its goals, and features.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
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.
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.
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.
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.
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.
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.
Add one secure layer between your agents and this server.
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.
getPlatformInfo follows a verb_noun pattern, while howToConnect does not, creating a mixed convention. Both names are readable but not stylistically consistent.
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.
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.