Skip to main content
Glama

start_here

Read-only

Connection options, privacy, limits and next steps. No credential required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.9/5.0
Behavior4/5

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

The readOnlyHint annotation already signals a safe read operation, and the description adds that no credential is required, which is useful authentication context. It also hints at covered topics like limits and privacy without contradicting the annotation. The description is brief but the annotation lowers the burden for further behavioral disclosure.

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, front-loaded sentence that conveys the key content and access requirement without wasted words. It is appropriately sized for a zero-parameter orientation tool.

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, read-only, entry-point tool, the description is largely complete: it names the available content areas and the authentication requirement. It could be more explicit about how it relates to get_orientation, but the low complexity and supportive annotations make the current definition sufficient for an agent to decide to invoke it.

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 and the schema is an empty object with 100% description coverage, so there is no parameter documentation burden. The description's statement that no credential is required is relevant contextual information even though it is not a parameter. A baseline of 4 is appropriate for a parameterless tool.

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 indicates this tool is an orientation/entry point providing connection options, privacy, limits, and next steps. It lacks an explicit verb but the content list makes the purpose understandable. It does not explicitly differentiate itself from the sibling get_orientation, so it stops short of a 5.

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 description implies this is the starting point, especially through the tool name and reference to 'next steps.' It also tells the agent that no credential is required, which is useful access guidance. However, it does not explicitly describe when to use this tool versus siblings like get_orientation, nor does it state exclusions.

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