You're viewing a demo portfolio

Join the waitlist
PRSM

fulltext_search_graph

Active

Tool of RationalBloks

declared in 0.10.2

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)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

RationalBloks

https://github.com/rationalbloks/rationalbloks-mcp

1/7 registries
View full server →
fulltext_search_graph — RationalBloks — PRSM MCP