Lens.org
Search Lens scholarly works and patent records, retrieve records, schemas, and API usage.
Tools
| Name | Description |
|---|---|
search_scholarlySearch Lens scholarly records with the official JSON query body. | Search Lens scholarly records with the official JSON query body. |
get_scholarly_recordGet one Lens scholarly record by Lens ID. | Get one Lens scholarly record by Lens ID. |
search_patentSearch Lens patent records with the official JSON query body. | Search Lens patent records with the official JSON query body. |
get_patent_recordGet one Lens patent record by Lens ID. | Get one Lens patent record by Lens ID. |
get_schemaGet the Lens scholarly or patent data schema. | Get the Lens scholarly or patent data schema. |
get_api_usageGet Lens API subscription usage for scholarly or patent APIs. | Get Lens API subscription usage for scholarly or patent APIs. |
Triggers
| Name | Description |
|---|---|
new_scholarly_resultsPoll Lens scholarly search results and emit records whose Lens IDs were not present in the initial baseline. | Poll Lens scholarly search results and emit records whose Lens IDs were not present in the initial baseline. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('lens', 'search_scholarly', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'lens',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Lens.org to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Lens.org support?
Lens.org supports 6 tools including Search Scholarly, Get Scholarly Record, Search Patent, Get Patent Record, Get Schema, and more.
Can I use Lens.org with AI agents?
Yes. Add Lens.org to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can Lens.org be used in stateful agent workflows?
Yes. Agents can combine Lens.org tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Lens.org use?
Lens.org uses API Key. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Lens.org integration cost?
The Lens.org integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Lens.org support?
Lens.org supports 1 triggers including New Scholarly Results.
Connect Lens.org in minutes
Get 20,000 free action executions every month. No credit card required.