search-pubmed
Search PubMed to retrieve medical literature based on specific queries, supporting healthcare workflows and clinical decision-making within MCP Server for Google Cloud Healthcare API.
Instructions
Search PubMed for medical literature
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maxResults | No | ||
| query | Yes |
Input Schema (JSON Schema)
{
"properties": {
"maxResults": {
"type": "number"
},
"query": {
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}