Skip to main content
Glama

List My MCP Servers

list_my_servers
Read-onlyIdempotent

List the MCP servers in your Kaiva Bridge workspace.

Returns each server's name, slug, state (draft or live), how many tools it proposes and how many are exposed, and its gateway URL once live. Use this to find a server before inspecting or re-introspecting it, or to answer "what have I built".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, so the safety profile is covered. The description adds real value beyond that by enumerating the returned fields (name, slug, draft/live state, proposed vs exposed tool counts, gateway URL once live), which compensates for the absent output schema.

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 sentences, front-loaded with the what, then the return payload, then the usage triggers. No redundant restatement of the title and no filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a zero-parameter, read-only listing tool with no output schema, the description supplies exactly the missing piece — the shape of what comes back — plus the workflow context. An agent has everything needed to call it correctly and interpret the result.

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 takes zero parameters, so per the rubric this is the baseline 4. There is nothing for the description to disambiguate, and it correctly avoids inventing filter or pagination arguments.

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?

States a specific verb (list) and resource (MCP servers in your Kaiva Bridge workspace), and immediately scopes the result set to the caller's own workspace. The sibling set (get_server, reintrospect_server, create_server) is implicitly distinguished: this is the enumeration entry point, not the single-resource read or the mutation.

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

Usage Guidelines4/5

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

Gives concrete when-to-use conditions: find a server before inspecting or re-introspecting it, or answer "what have I built". It routes the agent toward the correct workflow without explicitly naming get_server/reintrospect_server as the follow-on calls or stating any 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