Skip to main content
Glama

StackFast FractWin Expert Brain

Boot Status

boot_status
Read-onlyIdempotent

Read-only StackFast connector health/status check. Does not expose secrets.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
roleNoOptional expected wallet/MCP consumer role. A mismatch fails role readiness closed.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYes
authYes
toolsYes
serviceYes
generated_atYes
canonical_urlYes
role_readinessYes
schema_versionYes
role_tool_contractYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed2 schema fields changed
    • addedOutput schema / properties / role_tool_contract
      Added value: +{
      +  "additionalProperties": true,
      +  "type": "object"
      +}
    • changedOutput schema / required
      Previous value: -[
      -  "ok",
      -  "service",
      -  "schema_version",
      -  "generated_at",
      -  "canonical_url",
      -  "auth",
      -  "role_readiness",
      -  "tools"
      -]New value: +[
      +  "ok",
      +  "service",
      +  "schema_version",
      +  "generated_at",
      +  "canonical_url",
      +  "auth",
      +  "role_readiness",
      +  "role_tool_contract",
      +  "tools"
      +]
  2. Changed3 schema fields changed
    • addedInput schema / properties / role
      Added value: +{
      +  "description": "Optional expected wallet/MCP consumer role. A mismatch fails role readiness closed.",
      +  "type": "string"
      +}
    • addedOutput schema / properties / role_readiness
      Added value: +{
      +  "additionalProperties": false,
      +  "properties": {
      +    "authenticated_role": {
      +      "type": "string"
      +    },
      +    "authentication": {
      +      "additionalProperties": true,
      +      "type": "object"
      +    },
      +    "catalog": {
      +      "additionalProperties": true,
      +      "type": "object"
      +    },
      +    "diagnostics": {
      +      "items": {
      +        "additionalProperties": true,
      +        "type": "object"
      +      },
      +      "type": "array"
      +    },
      +    "operational": {
      +      "additionalProperties": true,
      +      "type": "object"
      +    },
      +    "operational_ready": {
      +      "type": "boolean"
      +    },
      +    "profile_source": {
      +      "type": "string"
      +    },
      +    "role": {
      +      "type": "string"
      +    },
      +    "schema_version": {
      +      "type": "string"
      +    },
      +    "status": {
      +      "enum": [
      +        "degraded",
      +        "not_ready"
      +      ],
      +      "type": "string"
      +    },
      +    "transport": {
      +      "additionalProperties": true,
      +      "type": "object"
      +    }
      +  },
      +  "required": [
      +    "schema_version",
      +    "role",
      +    "authenticated_role",
      +    "profile_source",
      +    "status",
      +    "operational_ready",
      +    "transport",
      +    "authentication",
      +    "catalog",
      +    "operational",
      +    "diagnostics"
      +  ],
      +  "type": "object"
      +}
    • changedOutput schema / required
      Previous value: -[
      -  "ok",
      -  "service",
      -  "schema_version",
      -  "generated_at",
      -  "canonical_url",
      -  "auth",
      -  "tools"
      -]New value: +[
      +  "ok",
      +  "service",
      +  "schema_version",
      +  "generated_at",
      +  "canonical_url",
      +  "auth",
      +  "role_readiness",
      +  "tools"
      +]
  3. First observed

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, and the description adds a useful guarantee that it does not expose secrets. However, it does not discuss failure behavior, authorization requirements, or any operational side effects beyond the read-only claim.

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?

Two short sentences deliver the core purpose and the key confidentiality boundary with zero filler. The essential information is front-loaded, and every phrase earns its place.

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 optional-parameter health check, the description plus annotations, input schema, and output schema cover the operational essentials. A small gap is the lack of explicit guidance on when to prefer this status tool over sibling status tools.

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%, and the single optional 'role' parameter is already documented in the schema, including its fail-closed behavior on mismatch. The tool description adds no parameter-level meaning, so the baseline of 3 applies.

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 states a specific action and resource: a read-only health/status check of the StackFast connector. The StackFast connector scope clearly distinguishes it from sibling status tools such as ai_receptionist_status and audit_status, and the confidentiality note adds a meaningful boundary.

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 when to use the tool—when an agent needs StackFast connector health/status—but it does not explicitly state when not to use it or name alternatives. There is no routing guidance beyond the tool's inherent purpose.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

C2.6/5.0
Disambiguation1/5

Several tools are exact duplicates (talent_scout_my_profile_status and talent_scout_profile_status have identical descriptions), and eight estimator_estimate_* tools share the same generic description with no differentiation. This will cause misselection.

Naming Consistency3/5

Most tools follow a snake_case verb_noun pattern, but there are inconsistencies: the duplicate profile tools have different naming (my_profile vs profile), and `fetch`/`search` are single-word verbs. Predictability is hampered by these deviations.

Tool Count2/5

65 tools is excessive for a coherent set, especially with many tools covering overlapping actions across multiple unrelated domains (AI receptionist, estimator, talent scout, GrowthOS). The count could be trimmed significantly.

Completeness3/5

The tool surface is broad and covers many lifecycle operations (create, read, export, record), but the duplicate tools and identical descriptions for estimator operations make it unclear whether all needed operations are present. Some expected operations like delete/update are missing for certain resources.

Resources