Skip to main content
Glama
straycatse

bokio-mcp

by straycatse

List customers

bokio_list_customers
Read-onlyIdempotent

Fetch customer records with support for paging and free-text filtering, letting you locate specific customers without loading the full list.

Instructions

Lists customers with paging and free-text filtering.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number, starting at 1
queryNoFree-text filter
pageSizeNoItems per page (max 100)
Behavior3/5

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

Annotations already cover read-only, idempotent, and non-destructive behavior, so the description does not need to repeat those. It does add the behavioral notes 'paging and free-text filtering,' but it does not disclose defaults, sort order, or response details, so the added transparency is moderate.

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 one short, well-ordered sentence. It front-loads the core action ('Lists customers') and then adds the two most important modifiers. There is no wasted or redundant language.

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?

For a simple, read-only list operation with no required parameters and full schema coverage, the description is mostly complete. It could add minor context like default page size or what the response includes, but the absence is not a serious gap given the annotations and 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?

Schema description coverage is 100%, so the schema already documents page, query, and pageSize. The description adds only the high-level mapping: 'paging' to page/pageSize and 'free-text filtering' to query. This meets the baseline but does not enrich parameter understanding beyond the schema.

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 and resource: 'Lists customers' with explicit capabilities ('paging and free-text filtering'). This clearly separates it from single-customer retrieval (bokio_get_customer) and from lists of other entities like bokio_list_suppliers.

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 the tool is for retrieving a paged, filterable collection of customers, which gives usable context. However, it does not explicitly state when to prefer this over alternatives such as bokio_get_customer, nor does it include any when-not-to-use guidance.

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/straycatse/bokio-mcp'

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