check_task_status
ChatGPTReturns the status of a long-running Lightbringer task identified by a ticket: state (pending, running, succeeded, or failed), progress, and the findings once it has succeeded.
create_invention
ChatGPTCreates a new invention disclosure in the user's Lightbringer organisation from a structured payload matching the invention template, and returns the created invention.
fetch
ChatGPTReturns the full content of a single document — invention, patent application, strategy, or report — identified by its ID.
get_invention
ChatGPTReturns an invention disclosure rendered as markdown, including the problem, solution, technical details, and prior art.
get_invention_feedback
ChatGPTRuns Lightbringer's patent-analysis suite on an invention disclosure and returns structured findings across selectable focus areas (clarity, problem framing, completeness, or all). Analysis may take from seconds to a few minutes; while it is still running the response has a pending status and includes ticket identifiers whose results can be retrieved once complete.
get_invention_template
ChatGPTReturns the current invention authoring template: the schema, per-field guidance, and structure used to create a new invention.
get_review
ChatGPTReturns a review: its metadata, the document under review rendered as markdown, and each comment thread with a stable comment ID. Attorney redlines are included as suggested changes, each with the original text, the proposed replacement, and an optional rationale.
list_inventions
ChatGPTLists the invention disclosures in the user's Lightbringer organisation, each with a title, reference number, and web link. Accepts an optional free-text query to filter results.
list_reviews
ChatGPTLists reviews where the user is a participant or creator, including each review's status, the user's response status, and which participants are still awaited.
respond_to_review
ChatGPTRecords the user's response to a review and returns the updated review state.
search
ChatGPTSearches the Lightbringer organisation's documents (inventions, patent applications, and reports). Returns matching results, each with an ID, title, and summary. Supports cursor-based pagination. Document content is indexed asynchronously, so a recently created or edited document can take a short while to become searchable; an empty result reflects the current index and does not by itself establish that a matching document is absent.
submit_invention
ChatGPTSubmits an invention disclosure for review within Lightbringer and returns its updated status.
update_invention
ChatGPTUpdates one or more sections of an existing invention disclosure with new content and returns the updated invention. Overwrites the specified sections.
validate_invention
ChatGPTValidates a draft invention against the authoring schema and returns any errors and warnings.
whoami
ChatGPTReturns the authenticated Lightbringer identity for this connection: user id, organisation, consented scopes, and (when token exchange is configured) the granular permissions the connection currently grants. Useful to verify the connection works.