You're viewing a demo portfolio

Join the waitlist
PRSM

improveChart

Active

Tool of nteract/semiotic

declared in 3.8.1

Diagnose a chart configuration, assess data fit, and propose repairs or variants.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "component",
    "props"
  ],
  "properties": {
    "data": {
      "type": "array",
      "items": {
        "type": "object",
        "propertyNames": {
          "type": "string"
        },
        "additionalProperties": {}
      }
    },
    "props": {
      "type": "object",
      "propertyNames": {
        "type": "string"
      },
      "additionalProperties": {}
    },
    "intent": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      ]
    },
    "component": {
      "type": "string"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

nteract/semiotic

https://github.com/nteract/semiotic

2/7 registries
View full server →
improveChart — nteract/semiotic — PRSM MCP