Skip to main content

Module tools

Module tools 

Source
Expand description

Tool wrappers for linear_tools using agentic-tools-core.

Each tool delegates to the corresponding method on LinearTools.

Structs§

AddCommentInput
Input for add_comment tool.
AddCommentTool
Tool for adding a comment to a Linear issue.
ArchiveIssueInput
Input for archive_issue tool.
ArchiveIssueTool
Tool for archiving a Linear issue.
CreateIssueInput
Input for create_issue tool.
CreateIssueTool
Tool for creating a new Linear issue.
GetMetadataInput
Input for get_metadata tool.
GetMetadataTool
Tool for looking up Linear metadata (users, teams, projects, workflow states, labels).
ReadIssueInput
Input for read_issue tool.
ReadIssueTool
Tool for reading a single Linear issue.
SearchIssuesInput
Input for search_issues tool.
SearchIssuesTool
Tool for searching Linear issues.

Functions§

build_registry
Build a ToolRegistry containing all linear_tools tools.