Skip to main content
Glama
rafaelgaspar

longhorn-mcp

by rafaelgaspar

Raw Longhorn API request

longhorn_raw_request

Send a raw HTTP request to any Longhorn API endpoint that lacks a dedicated tool. Use GET freely; mutating POST/PUT/DELETE calls are blocked in read-only mode and require explicit user authorization.

Instructions

Escape hatch for any Longhorn API endpoint not covered by a named tool. In --read-only mode, only GET requests succeed — everything else is refused before it reaches Longhorn. GET is always safe to call freely; for POST/PUT/DELETE, treat this exactly like the destructive tools elsewhere in this server — do not call with a mutating method unless the user has explicitly authorized that specific action in this conversation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNo
pathYesPath starting with /v1/, e.g. "/v1/volumes/my-volume".
methodYes
Install Server

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations present, the description carries the full safety burden and does well: it discloses read-only mode behavior, the safety of GET, and the destructive nature of POST/PUT/DELETE. It does not disclose response/error behavior or body-construction expectations, but the core behavioral risks are clearly communicated.

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 front-loaded with the primary purpose and remains tight for the amount of safety-critical guidance it conveys. Each clause earns its place, and the message is direct without repeating the schema.

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?

The tool is intentionally open-ended, so a fully deterministic description is impossible. The combination of schema and description gives enough to select endpoints and understand safety, though it could add a note about response shape or how to form the request body for non-GET calls.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already documents method, path, and a generic body object, with only 33% schema description coverage. The description adds meaningful method-level semantics by marking GET as safe and mutating methods as destructive, but it does not explain how or when to populate body beyond the generic schema.

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 that this is an escape hatch for Longhorn API endpoints not covered by a named tool, which distinguishes it from the many sibling tools. The title and description together make the tool's purpose unambiguous: issue a raw request to the Longhorn API.

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

Usage Guidelines5/5

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

It explicitly says to use this when an endpoint is not covered by a named tool, which sets the boundary with remaining siblings. It also gives clear usage constraints: GET is safe, mutating methods require explicit user authorization, and read-only mode rejects non-GET requests.

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

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/rafaelgaspar/longhorn-mcp'

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