Skip to main content
Glama

Nomad MCP tools

Production-ready MCP servers that extend AI capabilities through file access, database connections, APIs, and contextual services.

69,766 tools. Last updated 2026-02-06 10:37
  • Search for USERS who authored Instagram posts matching keywords. Returns operation ID - IMMEDIATELY call checkOperationStatus to get results. CRITICAL: Results are ONLY available via checkOperationStatus - do not try other tools or wait for user prompt. USE CASE: Find users who have posted content about specific topics, keywords, or phrases. Returns unique, deduplicated user profiles. CSV EXPORT: Response includes dataDumpExportOperationId for downloading COMPLETE dataset as CSV. Use checkOperationStatus with dataDumpExportOperationId to get S3 download link (ready in ~30-60 seconds). CODE EXECUTION: Download CSV and use code execution to analyze full dataset without pagination limits. Ideal for: audience discovery, influencer identification, community analysis. FIRST CALL: Omit pageNumber and tableName. Creates cached table, returns page 1 with pagination metadata (tableName, totalPages, totalRows) plus dataDumpExportOperationId. SUBSEQUENT PAGES: Use tableName from first response with pageNumber (2, 3, etc.) to fetch additional pages. Cannot pass pageNumber without tableName. BULK FETCH: Optionally use pageNumberEnd with pageNumber and tableName to fetch multiple consecutive pages at once (e.g., pageNumber=1, pageNumberEnd=5 returns pages 1-5). QUERY SYNTAX: Use double quotes for exact phrase match (e.g., "sustainable fashion"). Without quotes, matches any word. ALWAYS use quotes when user requests exact search or specific phrase. Examples: "travel photography" (exact), fashion style (any word), "digital nomad" lifestyle (exact phrase + keyword). FILTERS: - startDate/endDate: Filter by post date (YYYY-MM-DD format). OMIT by default, only use if user explicitly requests date range. IMPORTANT!!!!!: THE CURRENT YEAR IS 2026. When user requests relative dates (last week, last month), verify the current date from your system context and double-check the calculated dates - models often get the year wrong, searching one year earlier than intended. Optional fields parameter for performance (default: ["id", "username", "fullName"]). Available fields: id, username, fullName, biography, isPrivate, isVerified, followerCount, followingCount, mediaCount, profilePicUrl, and more. AGGREGATE FIELDS (from matching posts) - MUST BE EXPLICITLY REQUESTED IN FIELDS: aggRelevance (relevance score for sorting), relevantPostsCount (count of matching posts per user), relevantPostsLikesSum, relevantPostsCommentsSum, relevantPostsResharesSum, relevantPostsVideoPlaysSum. These return aggregated metrics from all matched posts for each user. Returns: results array of unique user profiles, count, pagination object, dataDumpExportOperationId for CSV. This is a safe, read-only tool for analyzing searchable information.
    Connector
  • Retrieve detailed information about a specific transcript using its Ensembl ID. Query genetic data such as variant details, constraint scores, and population frequencies from the gnomAD database.
  • Retrieve comprehensive gene details, including constraint scores, using Ensembl gene ID or gene symbol. Supports GRCh37 and GRCh38 reference genomes.
  • Retrieve all genetic variants within a specified gene using Ensembl ID or gene symbol. Access variant data from gnomAD datasets and analyze population-level genetic information.
  • Retrieve detailed genetic variant information, including population frequencies and genomic data, by specifying a variant ID and dataset from gnomAD’s Genome Aggregation Database.
  • Retrieve genetic variants within a specified genomic region using chromosome, start, and stop positions. Access variant data from the gnomAD database with customizable dataset and reference genome options.

Interested in MCP?

Join the MCP community for support and updates.

RedditDiscord