Skip to main content
Glama

list_services

Read-onlyIdempotent

List the 13 services of Shipshape Data (a London AI consultancy): AI strategy, data consultancy, AI development, data migration, and nine specialisms including MCP connections and RAG. Returns names, descriptions, and page URLs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugNoOptional: return just this service, e.g. "ai-strategy" or "mcp-connections"

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint. The description adds useful non-obvious details: the exact service count, the inclusion of MCP connections and RAG, and that the result includes names, descriptions, and page URLs. This meaningfully exceeds annotation-only context.

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?

Two concise sentences with no filler. The action, scope, examples, and return content are all front-loaded and every phrase 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 simple, read-only list tool with one optional parameter and strong annotations, the description is sufficiently complete. It names the return fields and the optional filter behavior. The absence of an explicit output shape is a minor gap, but acceptable given no output schema exists.

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 slug parameter is fully documented in the input schema with an example, so the description carries little parameter burden. The list of service categories provides hints about valid values, but the schema already supplies the core semantics.

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 tool lists Shipshape Data's 13 services, identifies the verb and resource precisely, and even previews service categories and return fields. It does not explicitly differentiate from sibling tools like search_resources, 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 canonical way to list the company's services but provides no explicit when-to-use guidance or alternatives among siblings. An agent can infer usage from the catalog framing, but it is not directly stated.

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.