Skip to main content
Glama

GeneOntology MCP Server

search_go_terms

Search Gene Ontology terms by keyword, name, or definition to retrieve relevant results. Specify ontology type, result size, and match precision for tailored queries. Use this tool for gene annotation and functional enrichment studies.

Instructions

Search across Gene Ontology terms by keyword, name, or definition

Input Schema

NameRequiredDescriptionDefault
exactNoExact match only (default: false)
include_obsoleteNoInclude obsolete terms (default: false)
ontologyNoGO ontology to search (default: all)
queryYesSearch query (term name, keyword, or definition)
sizeNoNumber of results to return (1-500, default: 25)

Input Schema (JSON Schema)

{ "properties": { "exact": { "description": "Exact match only (default: false)", "type": "boolean" }, "include_obsolete": { "description": "Include obsolete terms (default: false)", "type": "boolean" }, "ontology": { "description": "GO ontology to search (default: all)", "enum": [ "molecular_function", "biological_process", "cellular_component", "all" ], "type": "string" }, "query": { "description": "Search query (term name, keyword, or definition)", "type": "string" }, "size": { "description": "Number of results to return (1-500, default: 25)", "maximum": 500, "minimum": 1, "type": "number" } }, "required": [ "query" ], "type": "object" }
Install Server

Other Tools from GeneOntology MCP Server

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/Augmented-Nature/GeneOntology-MCP-Server'

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