Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
get_current_date | Get the current date in YYYY-MM-DD format. Useful for legal document analysis and date calculations. |
calculate_date_offset | Calculate dates in the past or future by adding/subtracting time periods. Essential for legal document effective dates and deadlines. |
get_legal_keywords | Retrieve all available keywords for categorizing Polish legal acts. Essential for understanding document topics and enabling precise searches. |
search_legal_acts | Advanced search for Polish legal acts with multiple filters. Use this for finding specific documents by criteria like date, type, keywords, or title. Note: When using multiple keywords, ALL keywords must be present in the act (AND logic). |
get_legal_publishers | Get list of all legal act publishers (Dziennik Ustaw, Monitor Polski) with their metadata and publication years. |
get_publisher_details | Get detailed information about a specific legal publisher including act counts and publication timeline. |
get_publisher_year_acts | Get all legal acts published by a specific publisher in a given year. Useful for browsing complete annual collections. |
get_act_comprehensive_details | Get complete detailed information about a specific legal act including metadata, status, dates, and references. |
get_act_content | Retrieve the actual text content of a legal act in PDF or HTML format. Use for reading the full document content. |
get_act_table_of_contents | Get the hierarchical structure and table of contents of a legal act. Shows chapters, articles, sections, and their organization. |
get_act_relationships | Analyze legal relationships and references for an act. Shows which acts it amends, references, or is referenced by. |
get_legal_statuses | Get all possible legal act statuses (active, repealed, consolidated, etc.) for document classification and filtering. |
get_legal_types | Retrieve all document types (laws, regulations, ordinances, etc.) used in Polish legal system. |
get_legal_institutions | Get list of all institutions involved in Polish legal acts (ministries, authorities, organizations that issue or are affected by laws). |