Skip to main content
Glama

OutilsIA — Conseiller IA locale

Afficher la fiche OutilsIA

render_machine_cockpit
Read-only

Affiche sans recalculer une décision produite par un outil OutilsIA de cette app.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
decisionYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
decisionYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed16 schema fields changed
    • changedInput schema / properties / decision / properties / machine / properties / storage_free_gb / type
      Previous value: -"number"New value: +[
      +  "number",
      +  "null"
      +]
    • addedInput schema / properties / decision / properties / machine / properties / storage_status
      Added value: +{
      +  "enum": [
      +    "unknown",
      +    "measured"
      +  ],
      +  "type": "string"
      +}
    • changedInput schema / properties / decision / properties / machine / required
      Previous value: -[
      -  "cpu",
      -  "cpu_cores",
      -  "ram_gb",
      -  "gpu",
      -  "gpu_vendor",
      -  "vram_gb",
      -  "unified_memory",
      -  "storage_free_gb",
      -  "os"
      -]New value: +[
      +  "cpu",
      +  "cpu_cores",
      +  "ram_gb",
      +  "gpu",
      +  "gpu_vendor",
      +  "vram_gb",
      +  "unified_memory",
      +  "storage_free_gb",
      +  "storage_status",
      +  "os"
      +]
    • addedInput schema / properties / decision / properties / purchase / properties / facts_used
      Added value: +{
      +  "items": {
      +    "type": "string"
      +  },
      +  "type": "array"
      +}
    • changedInput schema / properties / decision / properties / purchase / properties / upgrade / anyOf
      Previous value: -[
      -  {
      -    "additionalProperties": false,
      -    "properties": {
      -      "guide_url": {
      -        "type": "string"
      -      },
      -      "name": {
      -        "type": "string"
      -      },
      -      "price": {
      -        "type": "string"
      -      },
      -      "summary": {
      -        "type": "string"
      -      },
      -      "target_ram_gb": {
      -        "type": "number"
      -      },
      -      "target_vram_gb": {
      -        "type": "number"
      -      }
      -    },
      -    "required": [
      -      "name",
      -      "summary",
      -      "target_vram_gb",
      -      "target_ram_gb",
      -      "price",
      -      "guide_url"
      -    ],
      -    "type": "object"
      -  },
      -  {
      -    "type": "null"
      -  }
      -]New value: +[
      +  {
      +    "additionalProperties": false,
      +    "properties": {
      +      "component": {
      +        "type": "string"
      +      },
      +      "guide_url": {
      +        "type": "string"
      +      },
      +      "name": {
      +        "type": "string"
      +      },
      +      "price": {
      +        "type": "string"
      +      },
      +      "summary": {
      +        "type": "string"
      +      },
      +      "target_ram_gb": {
      +        "type": "number"
      +      },
      +      "target_vram_gb": {
      +        "type": "number"
      +      }
      +    },
      +    "required": [
      +      "name",
      +      "summary",
      +      "target_vram_gb",
      +      "target_ram_gb",
      +      "price",
      +      "guide_url"
      +    ],
      +    "type": "object"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • addedInput schema / properties / decision / properties / recommended_models / items / properties / estimated
      Added value: +{
      +  "type": "boolean"
      +}
    • addedInput schema / properties / decision / properties / recommended_models / items / properties / fit
      Added value: +{
      +  "enum": [
      +    "full_gpu_fit",
      +    "partial_offload",
      +    "cpu_offload_heavy",
      +    "storage_only",
      +    "blocked",
      +    "unknown"
      +  ],
      +  "type": "string"
      +}
    • addedInput schema / properties / decision / properties / recommended_models / items / properties / fit_label
      Added value: +{
      +  "type": "string"
      +}
    • changedOutput schema / properties / decision / properties / machine / properties / storage_free_gb / type
      Previous value: -"number"New value: +[
      +  "number",
      +  "null"
      +]
    • addedOutput schema / properties / decision / properties / machine / properties / storage_status
      Added value: +{
      +  "enum": [
      +    "unknown",
      +    "measured"
      +  ],
      +  "type": "string"
      +}
    • changedOutput schema / properties / decision / properties / machine / required
      Previous value: -[
      -  "cpu",
      -  "cpu_cores",
      -  "ram_gb",
      -  "gpu",
      -  "gpu_vendor",
      -  "vram_gb",
      -  "unified_memory",
      -  "storage_free_gb",
      -  "os"
      -]New value: +[
      +  "cpu",
      +  "cpu_cores",
      +  "ram_gb",
      +  "gpu",
      +  "gpu_vendor",
      +  "vram_gb",
      +  "unified_memory",
      +  "storage_free_gb",
      +  "storage_status",
      +  "os"
      +]
    • addedOutput schema / properties / decision / properties / purchase / properties / facts_used
      Added value: +{
      +  "items": {
      +    "type": "string"
      +  },
      +  "type": "array"
      +}
    • changedOutput schema / properties / decision / properties / purchase / properties / upgrade / anyOf
      Previous value: -[
      -  {
      -    "additionalProperties": false,
      -    "properties": {
      -      "guide_url": {
      -        "type": "string"
      -      },
      -      "name": {
      -        "type": "string"
      -      },
      -      "price": {
      -        "type": "string"
      -      },
      -      "summary": {
      -        "type": "string"
      -      },
      -      "target_ram_gb": {
      -        "type": "number"
      -      },
      -      "target_vram_gb": {
      -        "type": "number"
      -      }
      -    },
      -    "required": [
      -      "name",
      -      "summary",
      -      "target_vram_gb",
      -      "target_ram_gb",
      -      "price",
      -      "guide_url"
      -    ],
      -    "type": "object"
      -  },
      -  {
      -    "type": "null"
      -  }
      -]New value: +[
      +  {
      +    "additionalProperties": false,
      +    "properties": {
      +      "component": {
      +        "type": "string"
      +      },
      +      "guide_url": {
      +        "type": "string"
      +      },
      +      "name": {
      +        "type": "string"
      +      },
      +      "price": {
      +        "type": "string"
      +      },
      +      "summary": {
      +        "type": "string"
      +      },
      +      "target_ram_gb": {
      +        "type": "number"
      +      },
      +      "target_vram_gb": {
      +        "type": "number"
      +      }
      +    },
      +    "required": [
      +      "name",
      +      "summary",
      +      "target_vram_gb",
      +      "target_ram_gb",
      +      "price",
      +      "guide_url"
      +    ],
      +    "type": "object"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • addedOutput schema / properties / decision / properties / recommended_models / items / properties / estimated
      Added value: +{
      +  "type": "boolean"
      +}
    • addedOutput schema / properties / decision / properties / recommended_models / items / properties / fit
      Added value: +{
      +  "enum": [
      +    "full_gpu_fit",
      +    "partial_offload",
      +    "cpu_offload_heavy",
      +    "storage_only",
      +    "blocked",
      +    "unknown"
      +  ],
      +  "type": "string"
      +}
    • addedOutput schema / properties / decision / properties / recommended_models / items / properties / fit_label
      Added value: +{
      +  "type": "string"
      +}
  2. 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=true and destructiveHint=false, so the safe read-only nature is covered. The description adds the useful behavioral detail that no recalculation happens and that the input must come from this app's OutilsIA tool, but it does not disclose anything about output format, validation, or error handling. Given the annotations, this is adequate but not rich.

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 a single, tightly worded sentence that front-loads the core verb and behavior. Every word earns its place: it says what the tool does, what input it expects, and that it avoids recomputation.

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?

The tool has a rich input schema, output schema, and annotations, so the description does not need to restate those details. It provides the missing context: the decision is a pre-existing OutilsIA output and no recalculation occurs. A small gap is the lack of any mention of what the rendered 'fiche' contains, but this is largely covered by the title and schemas.

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?

The only parameter, 'decision', has an extensive schema but zero schema-level descriptions. The description adds meaningful provenance ('produite par un outil OutilsIA de cette app') and tells the agent the object must already exist, not be computed. However, it does not explain the semantics of the many nested fields or the required schema_version, leaving the schema structure to carry most of the meaning.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states the specific verb 'Affiche' and the resource ('une décision produite par un outil OutilsIA'), and clarifies that it renders rather than recalculates. It does not explicitly name a sibling tool, but the 'sans recalculer' phrasing distinguishes it from the analysis and simulation tools in the sibling list.

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?

The description gives clear context: use this tool when you already have a decision object produced by an OutilsIA tool and want to display it without recomputation. It does not explicitly list alternatives or exclusion cases, but 'sans recalculer' implicitly tells the agent not to use it for generating new decisions.

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.

Resources