Skip to main content
Glama
oaslananka

MCP Health Monitor

Register Azure DevOps Pipelines

register_azure_pipelines

Configure Azure DevOps pipeline groups to monitor CI, publish, and mirror status using organization, project, and PAT token.

Instructions

Register Azure DevOps pipelines to monitor for CI, publish, and mirror status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesFriendly name for this pipeline group (e.g. "mcp-ssh-tool")
organizationYes
projectYes
pipeline_namesYesAzure pipeline names to monitor (e.g. ["mcp-ssh-tool CI", "mcp-ssh-tool Publish"])
pat_tokenYesAzure DevOps PAT - stored as base64 encoding in the local DB
Behavior2/5

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

Annotations indicate it is not read-only, not destructive, and has open-world side effects. The description does not add behavioral details beyond the purpose, such as that it persists registration data, requires PAT authentication, or updates existing records. Key behaviors like storing the token as base64 are only in the schema, not the description.

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 a single, front-loaded sentence of 12 words with no redundancy. It efficiently conveys the core purpose without extraneous information.

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

Completeness2/5

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

Given the tool has 5 required parameters and no output schema, the description is too minimal. It does not explain what happens after registration, whether updates or overwrites occur, or any return value. Important context like prerequisites (e.g., PAT scopes) or error handling is missing.

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 description coverage is 60% (3 of 5 params have descriptions). The tool description does not add any parameter-specific information beyond what the schema already provides. For the params 'organization' and 'project' without schema descriptions, the description fails to clarify them.

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 action (register), the resource (Azure DevOps pipelines), and the purpose (to monitor for CI, publish, and mirror status). This distinguishes it from sibling tools like 'register_server' which register a different resource.

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 usage for setting up monitoring of pipelines, but does not explicitly state when to use this tool versus alternatives (e.g., 'register_server') or provide any 'when not to use' guidance. No exclusions or context for selection are given.

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/oaslananka/mcp-health-monitor'

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