# Microgram: temporal-chrono-format

`station__algovigilance__microgram-temporal-chrono-format` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Supported specifiers: `%Y`, `%m`, `%d`, `%H`, `%M`, `%S`, `%F`, `%T`, `%%`.

## Agent metadata

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

## Input schema

- `format` *string* (required) — strftime format string. Supported specifiers: `%Y` (year), `%m` (month), `%d` (day), `%H` (hour), `%M` (minute), `%S` (second), `%F` (YYYY-MM-DD), `%T` (HH:MM:SS), `%%` (literal %).
- `timestamp` *number* — Unix timestamp in seconds. Defaults to the current UTC time when omitted.

## Example call

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

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-temporal-chrono-format",
    "arguments": {
      "format": ""
    }
  }
}
```

## Related

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