Skip to main content
Glama
ccchow

Washington Law MCP Server

by ccchow
types.ts896 B
export interface RCWSection { id?: number; citation: string; titleNum: string; chapterNum: string; sectionNum: string; titleName?: string; chapterName?: string; sectionName?: string; fullText: string; effectiveDate?: string; lastAmended?: string; createdAt?: Date; updatedAt?: Date; } export interface WACSection { id?: number; citation: string; titleNum: string; chapterNum: string; sectionNum: string; titleName?: string; chapterName?: string; sectionName?: string; fullText: string; effectiveDate?: string; createdAt?: Date; updatedAt?: Date; } export interface SearchResult { type: 'RCW' | 'WAC'; citation: string; titleName?: string; chapterName?: string; sectionName?: string; snippet: string; score?: number; } export interface LawMetadata { lastUpdate: Date; rcwCount: number; wacCount: number; version: string; }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ccchow/washington-law-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server