list_sessions
ActiveTool of legiscan
declared in 0.1.0
List the legislative sessions for a US state (regular and special), with start/end years and session IDs. Useful to scope which session to track bills in. Example: list_sessions({ state: "NY" })
Parameters schema
{
"type": "object",
"required": [
"state"
],
"properties": {
"state": {
"type": "string",
"description": "2-letter state abbreviation, e.g. \"NY\", \"FL\", \"CA\"."
},
"_apiKey": {
"type": "string",
"description": "Optional — your own LegiScan API key for higher limits; omit to use the shared Pipeworx key."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
legiscan
https://github.com/pipeworx-io/mcp-legiscan
2/7 registries