gumfield manual
ServicesPatentsGoogle APIs for agents and terminals

Patents

Patents has 1 operations in gum's generated catalog. Start with search when you know the task, use describe to inspect request fields and scopes, then dispatch through the command that matches the operation risk class.

Count Value
Family Research and travel
Operations 1
Risk classes 1 read
Auth strategies 1 plugin_managed

Start here

bash
gum search "patents"
gum describe patents.search
gum read patents.search --args '{"query":"<query>"}' --output json

Auth

Auth strategies in this service: 1 plugin_managed. Authenticate the strategy used by the operation you plan to call.

Plugin-managed auth

  1. No Google OAuth client, API key, or service account is configured through gum for these operations.
  2. Confirm the plugin-backed operation is available:
bash
gum plugin list
gum describe patents.search
  1. Follow the plugin's upstream requirements, rate limits, and terms before calling it.
  2. Verify with a read call:
bash
gum read patents.search --args '{"query":"<query>"}' --output json

Operations

Operation Risk Auth Summary
patents.search read plugin_managed Search Google Patents for patent filings, prior art, and assignee profiles. Backed by the bundled google-patents Shape 1 plugin.

Next