Expand description
Tool wrappers for linear_tools using agentic-tools-core.
Each tool delegates to the corresponding method on LinearTools.
Structs§
- AddComment
Input - Input for add_comment tool.
- AddComment
Tool - Tool for adding a comment to a Linear issue.
- Archive
Issue Input - Input for archive_issue tool.
- Archive
Issue Tool - Tool for archiving a Linear issue.
- Create
Issue Input - Input for create_issue tool.
- Create
Issue Tool - Tool for creating a new Linear issue.
- GetMetadata
Input - Input for get_metadata tool.
- GetMetadata
Tool - Tool for looking up Linear metadata (users, teams, projects, workflow states, labels).
- Read
Issue Input - Input for read_issue tool.
- Read
Issue Tool - Tool for reading a single Linear issue.
- Search
Issues Input - Input for search_issues tool.
- Search
Issues Tool - Tool for searching Linear issues.
Functions§
- build_
registry - Build a ToolRegistry containing all linear_tools tools.