Skip to main content
Glama

MCP Template

by rhit-bhuwalk

search_records

Locate records containing specified text within a resource URI. Define search terms, specific fields, and limit results for targeted record 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" }

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