Skip to main content
Glama

platform

Return the managed ltm platform dashboard URL so the agent can present it to the user. Errors when configured for a self-hosted server.

Instructions

Return the URL of the managed ltm platform's web dashboard so the agent can surface it to the user. Errors when the user is configured against a self-hosted server. No server round-trip.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Absent annotations, the description discloses two behavioral traits: 'No server round-trip' and an error condition for self-hosted servers. It does not detail authentication needs, return format, or side effects. This adds some value beyond the empty schema but leaves gaps.

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?

Three short sentences each serve a distinct purpose: stating the action, noting an error condition, and clarifying no network call. There is no fluff, and every sentence earns its place.

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 tool with no output schema, the description adequately covers the return value (URL), an error condition, and a performance characteristic (no round-trip). It is nearly complete but could briefly mention that the URL should be presented as a clickable link.

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?

With zero parameters and 100% schema coverage (trivial), the description has no need to add parameter meaning. The baseline for no-parameter tools is 4, and the description appropriately does not introduce irrelevant parameter details.

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 returns the URL of the managed LTM platform's web dashboard for surfacing to the user. It identifies the specific verb 'return' and resource 'URL', making the purpose unambiguous. It effectively distinguishes from sibling tools like push or publish, which are mutation-focused.

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 mentions an error condition ('Errors when the user is configured against a self-hosted server') but does not explicitly instruct when to use this tool versus alternatives. Usage is implied by the purpose, but no when-not-to or alternative guidance is provided.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dennisdevulder/ltm'

If you have feedback or need assistance with the MCP directory API, please join our Discord server