Get tech stack
get_tech_stackTechnologies Bo works with, grouped by category.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
get_tech_stackTechnologies Bo works with, grouped by category.
| 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?
Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, covering side-effect safety. The description adds that the result is grouped by category, which is useful output context, but it does not describe the exact output shape, possible categories, or empty-result behavior.
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?
The description is a single short sentence that conveys the resource and its grouping with no filler. Every word contributes to understanding, and the key information is front-loaded.
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, read-only, idempotent tool with a simple output, the description is sufficient for selection and basic expectations. It could be slightly more explicit about the returned data structure, but the lack of output schema and low complexity keep this gap minor.
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?
The tool has zero parameters, so there are no parameter semantics to document. The baseline of 4 applies, and the description does not need to add parameter-specific detail.
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 identifies a specific resource—Bo's technologies—and adds that they are grouped by category, which differentiates it from sibling tools like get_profile or get_project. It lacks an explicit verb such as 'returns' or 'retrieves,' but the tool name and title supply the action clearly.
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?
Usage is implied by the resource name: an agent would select this when it needs Bo's tech stack. However, there is no explicit statement of when to use it versus alternatives, no exclusions, and no guidance about related tools such as get_experience or get_project.
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.