Skip to main content
Glama
respanai

Respan MCP Server

Official
by respanai

list_evaluation_pipelines

List evaluation pipelines with optional name filtering, pagination, and sorting to manage monitoring workflows.

Instructions

List evaluator pipelines (V2). These are the items shown on the Evaluation Pipelines page in the UI.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoFilter by pipeline name (contains).
pageNoPage number (default: 1).
sort_byNoSort field. Default: -created_at.
page_sizeNoPage size (default: 10, max: 100).
Behavior2/5

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

With no annotations provided, the description carries the full burden. It only says 'List' which implies a read operation, but it does not disclose pagination, sorting, or that it returns a list of objects. The description adds minimal behavioral context beyond the name.

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 only two sentences, front-loaded with the core purpose and a helpful UI context reference. No wasted words or redundant details.

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

Completeness3/5

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

For a simple list tool with only optional parameters and no output schema, the description provides enough to understand that it returns pipeline items shown on the UI page. However, it omits any mention of pagination or return structure, which is a gap given the absence of an output schema.

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 input schema covers 100% of parameters with descriptions, so the description does not need to add parameter info. The description itself mentions no parameters, but the schema already handles semantics adequately.

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 evaluator pipelines, using a specific verb and resource. It distinguishes from get/create/update variants, but uses the term 'evaluator' instead of 'evaluation' as in the tool name, creating slight ambiguity.

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 second sentence provides UI context ('items shown on the Evaluation Pipelines page'), implying when to use it, but it does not explicitly mention alternatives like get_evaluation_pipeline for a single item or create for new pipelines. The guidance is implied rather than explicit.

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/respanai/respan-mcp'

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