Skip to main content
Glama
mysiteby

Colba MCP Server

by mysiteby

list_pending_requests

Fetch pending approval requests awaiting your decision, with valid actions per request. Supports pagination via limit and offset.

Instructions

List pending approval requests waiting for this member's decision. Includes the available_actions list for each request so you know valid statuses. limit: Max results to return (default: 50, max: 200). offset: Pagination offset (default: 0). NOTE: Pagination is server-side; the list may be incomplete if total > limit.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
offsetNo
Behavior4/5

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

The description discloses two important behavioral traits beyond the basic listing function: it mentions that each request includes an 'available_actions list so you know valid statuses,' and it warns about server-side pagination potentially making the list incomplete if total exceeds limit. These are useful insights that go beyond the schema. However, it does not mention authentication, rate limits, or the exact shape of a request item, which would be more complete.

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 concise and well-structured: a one-sentence purpose, a brief note on return content, then parameter explanations, and a final pagination caveat. Every sentence adds value without redundancy. It front-loads the core purpose and provides necessary details in an organized manner, fitting the 'appropriately sized and front-loaded' criterion perfectly.

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 there is no output schema and no annotations, the description is expected to cover return values and behavior. It mentions the available_actions list and pagination behavior, which are key aspects, but it does not describe the full structure of each request (e.g., request ID, submission date). For a simple list tool with two parameters, this is a minor gap, so the description is largely complete but not exhaustive.

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

Parameters5/5

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

The schema provides no descriptions for 'limit' and 'offset', so the description carries the full burden. It compensates well by explaining each parameter: 'limit: Max results to return (default: 50, max: 200)' and 'offset: Pagination offset (default: 0).' This adds critical details like the maximum limit and defaults that are not available in the schema, making the parameter semantics fully clear.

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 tool's function: 'List pending approval requests waiting for this member's decision.' It uses a specific verb (List) and a specific resource (pending approval requests), and the scope ('waiting for this member's decision') differentiates it from sibling tools like list_processes or get_request_details. The name itself is also descriptive, but the description adds necessary context about the decision scope.

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 provides clear context by specifying the tool is for listing requests 'waiting for this member's decision,' which implies use when you need to see approvals requiring action. It does not explicitly name alternatives or exclusions, but the scope is sufficiently defined to distinguish it from related tools like submit_decision or get_request_details. This meets the 'clear context, no exclusions' level.

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/mysiteby/colba-mcp'

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