# Microgram: dataframe-create

`station__algovigilance__microgram-dataframe-create` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Create a DataFrame from JSON column data. Input: object mapping column names to arrays of values. Returns schema and row count.

## Agent metadata

- `idempotent`: true
- `read_only`: true
- `expected_latency_ms`: unknown (not yet contract-tested)
- `cost_tokens_estimate`: unknown

## Input schema

- `columns` *object* (required) — Column name to array of values, e.g. {"drug": ["ASP","MET"], "count": [10,5]}

## Example call

```json
POST /api/mcp
Content-Type: application/json

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-dataframe-create",
    "arguments": {
      "columns": {}
    }
  }
}
```

## Related

- [/tools](/tools) — all 7718 tools
- [/tools/algovigilance__microgram-dataframe-create](/tools/algovigilance__microgram-dataframe-create) — HTML page
- [/tools/algovigilance__microgram-dataframe-create/json](/tools/algovigilance__microgram-dataframe-create/json) — JSON form (agent-friendly)
- [/api/mcp](/api/mcp) — endpoint
- [/AGENTS.md](/AGENTS.md) — agent guide
