# Microgram: ser-estar-temporal-classifier

`station__algovigilance__microgram-ser-estar-temporal-classifier` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Clasifica síntomas clínicos en español por temporalidad usando la distinción gramatical ser/estar. Estar-codificado = estado transitorio (posible RAM). Ser-codificado = condición permanente/identidad (posible preexistente). Classifies Spanish clinical symptoms by temporality using the ser/estar grammatical distinction — a compulsory causality signal English lacks.

## Agent metadata

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

## Input schema

- `verbo` *string* (required) — Forma verbal española: "ser" o "estar" (o conjugaciones: es/está/fue/estuvo/era/estaba/siendo/estando). Spanish verb form indicating ser or estar usage.

- `sintoma` *string* — Descripción del síntoma clínico en español. Optional clinical symptom description.


## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-ser-estar-temporal-classifier",
    "arguments": {
      "verbo": ""
    }
  }
}
```

## Related

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