senado-actas-por-anio
Access and retrieve Senate session records from a specific year in Argentina using this tool, enabling efficient research and analysis of legislative activities.
Instructions
Devuelve las actas del senado de un año específico
Input Schema
Name | Required | Description | Default |
---|---|---|---|
anio | Yes | EJ: 2025 |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"anio": {
"description": "EJ: 2025",
"type": "number"
}
},
"required": [
"anio"
],
"type": "object"
}