We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/serpapi/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
google_patents.json•6.86 KiB
{
"engine": "google_patents",
"params": {
"q": {
"description": "Parameter defines the query you want to search. You can split multiple search terms with semicolon `;`. For advanced search syntax, please refer to About Google Patents. Example for single search term: `(Coffee) OR (Tea)` Example for multiple search terms (separated by semicolon `;`): `(Coffee) OR (Tea);(A47J)`",
"group": "search_query"
},
"page": {
"type": "number",
"description": "Parameter defines the page number. It's used for pagination. (e.g., `1` (default) is the first page of results, `2` is the 2nd page of results, etc.).",
"group": "pagination"
},
"num": {
"type": "number",
"description": "Parameter controls the number of results per page. Minimum: `10`, Maximum: `100`.",
"group": "pagination"
},
"sort": {
"type": "select",
"options": [
"new",
"old"
],
"description": "Parameter defines the sorting method. By default, the results are sorted by Relevance. List of supported values are: `new` - Newest `old` - Oldest Patent results are sorted by `filing_date` while scholar results are sorted by `publication_date` for `new` and `old` values.",
"group": "advanced_google_patents_parameters"
},
"clustered": {
"type": "select",
"options": [
"true"
],
"description": "Parameter defines how the results should be grouped. List of supported values are: `true` - Classification",
"group": "advanced_google_patents_parameters"
},
"dups": {
"type": "select",
"options": [
"language"
],
"description": "Parameter defines the method of deduplication. Either Family (default) or Publication. List of supported values are: `language` - Publication",
"group": "advanced_google_patents_parameters"
},
"patents": {
"type": "checkbox",
"description": "Parameter controls whether or not to include Google Patents results. (Defaults to true)",
"group": "advanced_google_patents_parameters"
},
"scholar": {
"type": "checkbox",
"description": "Parameter controls whether or not to include Google Scholar results. (Defaults to false)",
"group": "advanced_google_patents_parameters"
},
"before": {
"description": "Parameter defines the maximum date of the results. The format of this field is `type:YYYYMMDD`. `type` can be one of `priority`, `filing`, and `publication`. Example: - `priority:20221231` - `publication:20230101`",
"group": "date_range"
},
"after": {
"description": "Parameter defines the minimum date of the results. The format of this field is `type:YYYYMMDD`. `type` can be one of `priority`, `filing`, and `publication`. Example: - `priority:20221231` - `publication:20230101`",
"group": "date_range"
},
"inventor": {
"description": "Parameter defines the inventors of the patents. Split multiple inventors with `,` (comma)",
"group": "participants"
},
"assignee": {
"description": "Parameter defines the assignees of the patents. Split multiple assignees with `,` (comma)",
"group": "participants"
},
"country": {
"description": "Parameter filters patent results by countries. Split multiple country codes with `,` (comma). List of supported country codes. Example:`WO,US`.",
"group": "advanced_filters"
},
"language": {
"description": "Parameter filters patent results by languages. Split multiple languages with `,` (comma). List of supported values are: `ENGLISH`, `GERMAN`, `CHINESE`, `FRENCH`, `SPANISH`, `ARABIC`, `JAPANESE`, `KOREAN`, `PORTUGUESE`, `RUSSIAN`, `ITALIAN`, `DUTCH`, `SWEDISH`, `FINNISH`, `NORWEGIAN`, `DANISH`. Example:`ENGLISH,GERMAN`.",
"group": "advanced_filters"
},
"status": {
"type": "select",
"options": [
"GRANT",
"APPLICATION"
],
"description": "Parameter filters patent results by status. List of supported values are: `GRANT` - Grant `APPLICATION` - Application",
"group": "advanced_filters"
},
"type": {
"type": "select",
"options": [
"PATENT",
"DESIGN"
],
"description": "Parameter filters patent results by type. List of supported values are: `PATENT` - Patent `DESIGN` - Design",
"group": "advanced_filters"
},
"litigation": {
"type": "select",
"options": [
"YES",
"NO"
],
"description": "Parameter filters patent results by litigation status. List of supported values are: `YES` - Has Related Litigation `NO` - No Known Litigation",
"group": "advanced_filters"
}
},
"common_params": {
"engine": {
"required": true,
"description": "Set parameter to `google_patents` to use the Google Patents API engine.",
"group": "serpapi_parameters"
},
"no_cache": {
"type": "checkbox",
"description": "Parameter will force SerpApi to fetch the Google Patents results even if a cached version is already present. A cache is served only if the query and all parameters are exactly the same. Cache expires after 1h. Cached searches are free, and are not counted towards your searches per month. It can be set to `false` (default) to allow results from the cache, or `true` to disallow results from the cache. no\\_cache and async parameters should not be used together.",
"group": "serpapi_parameters"
},
"async": {
"description": "Parameter defines the way you want to submit your search to SerpApi. It can be set to `false` (default) to open an HTTP connection and keep it open until you got your search results, or `true` to just submit your search to SerpApi and retrieve them later. In this case, you'll need to use our Searches Archive API to retrieve your results. async and no\\_cache parameters should not be used together. async should not be used on accounts with Ludicrous Speed enabled.",
"group": "serpapi_parameters"
},
"zero_trace": {
"description": "Enterprise only. Parameter enables ZeroTrace mode. It can be set to `false` (default) or `true`. Enable this mode to skip storing search parameters, search files, and search metadata on our servers. This may make debugging more difficult.",
"group": "serpapi_parameters"
},
"api_key": {
"required": true,
"description": "Parameter defines the SerpApi private key to use.",
"group": "serpapi_parameters"
},
"output": {
"description": "Parameter defines the final output you want. It can be set to json (default) to get a structured `JSON` of the results, or `html` to get the raw html retrieved.",
"group": "serpapi_parameters"
},
"json_restrictor": {
"description": "Parameter defines the fields you want to restrict in the outputs for smaller, faster responses. See JSON Restrictor for more details.",
"group": "serpapi_parameters"
}
}
}