fulltext_search_graph
ActiveTool of RationalBloks
Search across ALL string properties of ALL nodes in a deployed graph using free-text queries. Unlike search_graph_nodes (which filters by specific property), this searches every text field at once. Perfect for finding knowledge when you don't know which property contains the answer. Example: query "quantum" searches name, description, summary, notes, and all other string fields. Returns nodes with _match_fields showing which properties matched. Optionally filter by entity_type to narrow results.
Parameters schema
{
"type": "object",
"required": [
"project_id",
"query"
],
"properties": {
"limit": {
"type": "integer",
"description": "Max results (default: 50, max: 500)"
},
"query": {
"type": "string",
"description": "Search text (case-insensitive, min 2 chars)"
},
"offset": {
"type": "integer",
"description": "Pagination offset (default: 0)"
},
"project_id": {
"type": "string",
"description": "Project ID (UUID)"
},
"entity_type": {
"type": "string",
"description": "Entity key to filter by (optional — omit to search all types)"
},
"environment": {
"type": "string",
"description": "Environment: staging or production (default: staging)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
RationalBloks
https://github.com/rationalbloks/rationalbloks-mcp
1/7 registries