Skip to main content
Glama

MCP Template

by rhit-bhuwalk

search_records

Find records containing specific text by specifying a resource URI and search term. Optionally, target specific fields or limit results. Integrates with MCP Template for efficient data retrieval.

Instructions

Search for records containing specific text

Input Schema

NameRequiredDescriptionDefault
fieldsNoSpecific fields to search in. If not provided, searches all text fields.
maxRecordsNoMaximum number of records to return. Defaults to 100.
resourceUriYesURI of the resource
searchTermYesText to search for in records

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "fields": { "description": "Specific fields to search in. If not provided, searches all text fields.", "items": { "type": "string" }, "type": "array" }, "maxRecords": { "description": "Maximum number of records to return. Defaults to 100.", "type": "number" }, "resourceUri": { "description": "URI of the resource", "type": "string" }, "searchTerm": { "description": "Text to search for in records", "type": "string" } }, "required": [ "resourceUri", "searchTerm" ], "type": "object" }
Install Server

Other Tools from MCP Template

Related Tools

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/rhit-bhuwalk/MCP_TEMPLATE'

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