Skip to main content
Glama

BuildBetter

search-extractions

Extract and filter signals by keyword or phrase, optionally limiting results by extraction type, count, or persona, to streamline data discovery in BuildBetter’s MCP server.

Instructions

Search extractions (signals) by keyword/phrase with optional extraction type filter and limit

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of results to return (optional)
personaIdsNoList of persona_id to filter speaker person by (optional)
phraseYesText to search for (case-insensitive)
typeNoExtraction type name to filter by (optional)

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Maximum number of results to return (optional)", "type": "number" }, "personaIds": { "description": "List of persona_id to filter speaker person by (optional)", "items": { "type": "number" }, "type": "array" }, "phrase": { "description": "Text to search for (case-insensitive)", "type": "string" }, "type": { "description": "Extraction type name to filter by (optional)", "type": "string" } }, "required": [ "phrase" ], "type": "object" }

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/buildbetter-app/BuildBetter-MCP'

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