list_services
List BIS's four services with what each delivers: optimization & decision systems, AI solution development (LLM/RAG), data science, and software development.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
List BIS's four services with what each delivers: optimization & decision systems, AI solution development (LLM/RAG), data science, and software development.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description must disclose behavioral traits, but it only states what is listed. It does not confirm the operation is read-only, mention any authentication requirements, or describe side effects or rate limits, leaving the agent to assume safe behavior from the verb 'List' alone.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
A single, front-loaded sentence with a colon and list; no filler, every element earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a zero-parameter, simple listing tool with no output schema and no annotations, the description is fairly complete – it even enumerates the returned content. It could more clearly state the return format or usage context, but the core information is present.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
There are zero parameters, so the baseline is 4. The description adds nothing about parameters because none exist.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('List') and resource ('BIS's four services'), and enumerates the exact services, making the scope immediately clear and naturally distinct from siblings like list_industries. However, it does not explicitly contrast itself with get_bis_overview or search_bis_knowledge, so sibling differentiation is implicit rather than stated.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No when-to-use guidance or alternatives are provided. The agent must infer that this tool is for listing services rather than getting an overview or searching knowledge, but nothing in the description explains those choices.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.