get_bill_documents
Retrieve Washington State bill documents, including bill text, amendments, and reports, with links to HTML and PDF versions.
Instructions
Retrieve bill documents including bill text and amendments.
Args: bill_number: Bill number as an integer (e.g., 1234 for HB1234, 5678 for SB5678) biennium: Legislative biennium in format "YYYY-YY" (e.g., "2025-26") (optional, defaults to current) document_type: Filter by type - "bill", "amendment", "report" (optional)
Returns: Dict containing document metadata with links to HTML and PDF versions
Note: This tool returns metadata about available documents. To get the actual content of a bill in AI-friendly format, use the get_bill_content tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bill_number | Yes | ||
| biennium | No | ||
| document_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |