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.
GetIssueCommentsInput
Input for get_issue_comments tool.
GetIssueCommentsTool
Tool for fetching comments on a Linear issue with implicit pagination.
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.
SetRelationInput
Input for setting or removing an issue relation
SetRelationTool
Tool for setting or removing issue relations.
UpdateIssueInput
Input for updating an existing Linear issue
UpdateIssueTool
Tool for updating an existing Linear issue.

Functions§

build_registry
Build a ToolRegistry containing all linear_tools tools.