Skip to main content
Glama
getsimba-ai

Simba MCP Server

Official
by getsimba-ai

Get Backend Capabilities

get_backend_capabilities
Read-onlyIdempotent

Check advertised backend capabilities before planning model work. Returns model families, transformations, priors, and workflow operations, with permission and budget requirements.

Instructions

Discover this caller's connected backend features before planning work.

Returns only backend advertisements: model families, transformations, priors and workflow operations. A missing advertisement is unknown, not unsupported. Check each field; an advertised feature still requires permission and budget. No model is created and capabilities are not cached across callers.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv0.5.0

TDQS

A4.7/5.0
Behavior5/5

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

The description goes well beyond the annotations: it explains open-world semantics ('missing advertisement is unknown, not unsupported'), warns that advertised features still require permission and budget, and discloses that no model is created and capabilities are not cached across callers. This meaningfully informs how the agent should treat the result.

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?

Four compact sentences, each earning its place: when to use, what it returns, how to interpret missing/advertised features, and what side effects to expect. The key guidance is front-loaded.

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

Completeness5/5

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

With zero parameters, rich annotations, and an output schema present, the description is fully sufficient for an agent to select and invoke the tool correctly. It covers timing, interpretation, permission nuance, and non-caching behavior.

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

Parameters4/5

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

There are zero parameters, so the description carries no parameter burden. The baseline of 4 applies, and the description still helps set expectations about what the returned result represents.

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: 'Discover this caller's connected backend features' and clarifies it returns only backend advertisements for model families, transformations, priors, and workflow operations. This clearly differentiates it from the many sibling tools by scope and intent.

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?

It explicitly says to use this before planning work and explains how to interpret missing advertisements ('unknown, not unsupported'). It does not name exclusions or alternative tools, but none of the siblings compete with this capability-discovery role.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.