Skip to main content
Glama

ContinueOps Public MCP

Browse public runbook templates

browse_runbook_templates
Read-onlyIdempotent

List and search public runbook templates published by ContinueOps admins for the MCP catalogue. Returns template name, description, category tags, and a preview URL. Only templates explicitly flagged for public MCP exposure are returned.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryNoOptional free-text filter over template name and description.

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already provide safety signals (readOnlyHint, openWorldHint, idempotentHint), so the description adds value by disclosing the return fields ('template name, description, category tags, and a preview URL') and the filtering behavior for public exposure. This goes beyond what annotations state without contradicting them.

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 lead with the verb and resource, followed by return-value details and a constraint. Every sentence adds value, with no redundant or filler content.

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?

Given the tool's low complexity (2 optional parameters, no output schema), the description covers purpose, return fields, and an important filtering constraint. It lacks explicit usage guidance relative to siblings, but the overall picture is adequately complete for an agent to invoke it correctly.

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

Parameters2/5

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

Schema coverage is 50% (query has a description, limit does not). The description does not compensate by explaining either parameter. While 'search' hints at the query parameter, the limit parameter and its pagination role are entirely unaddressed, leaving a clear gap.

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 uses a specific verb ('List and search') and identifies the resource ('public runbook templates') with clear scope ('published by ContinueOps admins for the MCP catalogue'). It also distinguishes itself from siblings by emphasizing the public MCP exposure filter, which is unique among the listed sibling tools.

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?

The description clearly implies when to use this tool (to browse or search public runbook templates) and states a key constraint ('Only templates explicitly flagged for public MCP exposure are returned'). It does not explicitly mention alternatives or exclusions, but none of the sibling tools appear to serve the same purpose, so the context is sufficiently clear.

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.

TDQS

A4.3/5.0
Disambiguation5/5

Each tool targets a distinct domain: runbook templates, DORA readiness, compliance frameworks, BCP structure, ContinueOps info, learning content, and feedback. The descriptions are detailed and make the boundaries clear, so an agent is unlikely to confuse them.

Naming Consistency4/5

Most tools follow a clear verb_noun pattern (browse_, explore_, generate_, get_, search_, submit_), but 'dora_readiness_assessment' deviates by being a noun phrase. This is a minor inconsistency, though the overall pattern is still readable and predictable.

Tool Count5/5

With 7 tools, the server is well-scoped for its public informational purpose. Each tool earns its place, covering browsing, assessment, lookup, generation, discovery, and feedback without unnecessary bloat.

Completeness4/5

The server covers a broad range of resilience and compliance operations, from exploring frameworks and generating BCP structures to searching learning content and submitting feedback. Minor gaps exist (e.g., no direct tool to retrieve a specific runbook template or a full DORA assessment), but agents can work around these via the provided URLs and forms.

Resources