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_commenttool. - AddComment
Tool - Tool for adding a comment to a Linear issue.
- Archive
Issue Input - Input for
archive_issuetool. - Archive
Issue Tool - Tool for archiving a Linear issue.
- Create
Issue Input - Input for
create_issuetool. - Create
Issue Tool - Tool for creating a new Linear issue.
- GetIssue
Comments Input - Input for
get_issue_commentstool. - GetIssue
Comments Tool - Tool for fetching comments on a Linear issue with implicit pagination.
- GetMetadata
Input - Input for
get_metadatatool. - GetMetadata
Tool - Tool for looking up Linear metadata (users, teams, projects, workflow states, labels).
- Read
Issue Input - Input for
read_issuetool. - Read
Issue Tool - Tool for reading a single Linear issue.
- Search
Issues Input - Input for
search_issuestool. - Search
Issues Tool - Tool for searching Linear issues.
- SetRelation
Input - Input for setting or removing an issue relation
- SetRelation
Tool - Tool for setting or removing issue relations.
- Update
Issue Input - Input for updating an existing Linear issue
- Update
Issue Tool - Tool for updating an existing Linear issue.
Functions§
- build_
registry - Build a
ToolRegistrycontaining alllinear_toolstools.