Patsnap Workspace Patent Collection Reader
Read-only access to authorized patent workspaces, folders, fields, patent collections, and annotations.
Community: Submitted by a user or imported; check the owner before granting accessOnlineAPI key requiredGlobalFreeRead-only
What it can do
- List Workspace Spaces: List Workspace spaces accessible to the current user, grouped by type.
- List Workspace Folders: List folders in a workspace.
- List Workspace Fields: List available fields (standard, custom, special) for a workspace. Use this to discover field IDs in a workspace. Standard field IDs can help interpret patent results; custom an
What data it sees
Do you need an account
An API key from the service settings is required
Read-only access to authorized patent workspaces, folders, fields, patent collections, and annotations.
Server tool list (5)
Raw names from tools/list. Only developers need these.
| list_workspace_spaces | List Workspace spaces accessible to the current user, grouped by type. |
| list_workspace_folders | List folders in a workspace. |
| list_workspace_fields | List available fields (standard, custom, special) for a workspace. Use this to discover field IDs in a workspace. Standard field IDs can help interpret patent results; custom and AI field IDs are read through get_workspace_annotations. Current get_workspace_patents v1 does not support field filters or sorting. |
| get_workspace_patents | Read patents from a Workspace folder. Use after list_workspace_spaces and list_workspace_folders. Current v1 supports keyword search and limit/offset pagination only. Important limits in v1: - filters, sort, range filters, custom-field filters, and AI annotation-field filters are not available until Workspace/CLI exposes the shared advanced-filter capability. - To read custom or AI annotation values, use get_workspace_annotations. |
| get_workspace_annotations | Get existing annotation/tagging values for patents in a workspace folder. |