Skip to main content
Glama
northernvariables

FedMCP - Federal Parliamentary Information

create_fulltext_indexes.cypher590 B
// Create full-text search indexes for Hansard content // Run this on the Neo4j instance to enable searchHansard functionality // Drop existing indexes if they exist DROP INDEX statement_content_en IF EXISTS; DROP INDEX statement_content_fr IF EXISTS; // Create English content index CREATE FULLTEXT INDEX statement_content_en FOR (s:Statement) ON EACH [s.content_en, s.who_en, s.h2_en, s.h3_en]; // Create French content index CREATE FULLTEXT INDEX statement_content_fr FOR (s:Statement) ON EACH [s.content_fr, s.who_fr, s.h2_fr, s.h3_fr]; // Verify indexes were created SHOW INDEXES;

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/northernvariables/FedMCP'

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