mirror of
https://github.com/langgenius/dify-plugins.git
synced 2026-07-22 01:55:36 -04:00
[PR #1385] [CLOSED] UPDATE: add 2 tools. r3-yamauchi/kintone v0.0.6 #1579
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-plugins/pull/1385
Author: @r3-yamauchi
Created: 10/15/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (1)
c2ce8a4UPDATE: add 2 tools. r3-yamauchi/kintone v0.0.6📊 Changes
1 file changed (+0 additions, -0 deletions)
View changed files
📝
r3-yamauchi/kintone/kintone_integration.difypkg(+0 -0)📄 Description
Plugin Submission Form
1. Metadata
2. Submission Type
3. Description
I have added two new useful tools to the existing plugin published at https://marketplace.dify.ai/plugins/r3-yamauchi/kintone_integration.
When trying to retrieve data from a specific kintone app, you can first use kintone_get_fields to understand the structure of the target app, and then use kintone_query_docs to learn the query syntax used in kintone.
With this information, the LLM can build a proper kintone query expression to retrieve the desired data. The generated query string can then be passed to the existing kintone_query tool to actually fetch the data.
Previously, the person creating the Dify flow had to manually write kintone query expressions themselves.
4. Checklist
5. Documentation Checklist
Please confirm that your plugin README includes all necessary information:
6. Privacy Protection Information
Based on Dify Plugin Privacy Protection Guidelines:
Data Collection
The kintone plugin does not collect any personal user data. It only uses the information explicitly provided by the user to access kintone. This plugin has the following characteristics:
Does not store user files permanently
Uses temporary storage only during the conversion process
Does not collect user metadata or personal information
Does not track usage patterns or user behavior
Does not require any user authentication credentials or personal identifiers
Privacy Policy
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.