ip_employee_invention_tracker
For CHROs: tracks employee patent filings and flags unassigned inventions. Input employee name or ID to retrieve their patent applications from USPTO and WIPO databases. Returns list of inventions with assignment status, filing dates, and potential ownership gaps. Useful for IP audits, inventor o...
This record as markdown: /tools/io-github-getgapup-mcp-knowledge/ip-employee-invention-tracker.md
What ip_employee_invention_tracker does on Mcp Knowledge
AI agents call ip_employee_invention_tracker to retrieve information from Mcp Knowledge without modifying anything. It is typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.
| Parameter | Type | Required | Description |
|---|---|---|---|
async | boolean | — | If true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client ti |
endDate | string | — | Filter patents filed before this date (YYYY-MM-DD) |
startDate | string | — | Filter patents filed after this date (YYYY-MM-DD) |
employeeId | string | — | Internal employee ID (optional if name provided) |
companyName | string | Yes | Exact legal name of company for assignment check |
employeeName | string | Yes | Full name of employee to track (e.g., 'John Doe') |
Parameters from the server's own tool schema.
Why ip_employee_invention_tracker is rated Low
This is a data retrieval tool that queries patent databases (USPTO, WIPO) to fetch patent filing information and assignment status for employees. It is read-only with no side effects—it does not modify patent records, execute code, or trigger external actions. The intended use for 'IP audits, inventor onboarding, and compliance checks' confirms it is informational.
From the tool's definition Tool performs retrieval operations: 'retrieve their patent applications from USPTO and WIPO databases', 'returns list of inventions with assignment status, filing dates'. No modification, deletion, or execution of external systems described.
Attacks that exploit this kind of access
The rule that runs ip_employee_invention_tracker safely
PolicyLayer is an MCP gateway: it sits between your AI agents and Mcp Knowledge, and checks every tool call against a rule you set before the call runs. Nothing changes on the server itself. For ip_employee_invention_tracker, this is the rule to start with:
ip_employee_invention_tracker is read-only, so it stays allowed. Everything else on the server is denied unless you say otherwise.
The button opens the PolicyLayer dashboard: create your workspace, connect Mcp Knowledge, apply this rule, and every ip_employee_invention_tracker call is checked against it from then on.
Questions about ip_employee_invention_tracker
For CHROs: tracks employee patent filings and flags unassigned inventions. Input employee name or ID to retrieve their patent applications from USPTO and WIPO databases. Returns list of inventions with assignment status, filing dates, and potential ownership gaps. Useful for IP audits, inventor onboarding, and compliance checks. Keywords: patents, IP ownership, employee inventions, USPTO, WIPO. It is categorised as a Read tool in the Mcp Knowledge MCP Server, which means it retrieves data without modifying state.
ip_employee_invention_tracker accepts 6 parameters: async, endDate, startDate, employeeId, companyName, employeeName. Required: companyName, employeeName. The full parameter table on this page comes from the server's own tool schema.
Register the Mcp Knowledge MCP server in PolicyLayer and add a rule for ip_employee_invention_tracker: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Mcp Knowledge. Nothing to install.
ip_employee_invention_tracker is a Read tool with low risk. Read-only tools are generally safe to allow by default.
Yes. Add a rate_limit block to the ip_employee_invention_tracker rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.
Set action: deny in the PolicyLayer policy for ip_employee_invention_tracker. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.
ip_employee_invention_tracker is provided by the Mcp Knowledge MCP server (https://mcp.gapup.io). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
More on Mcp Knowledge, and thousands of servers like it.
This server
Across the catalogue