> ## Documentation Index
> Fetch the complete documentation index at: https://docs.agentify.jp/llms.txt
> Use this file to discover all available pages before exploring further.

# ツールパラメータ設定

以下は、各ツールモジュールに関する依存サービス、必要なパラメータ、および申請方法の一覧です。ツールを Agent から呼び出す前に、必要な外部サービスや API キーを確認してください。

<CardGroup cols={2}>
  <Card title="HTTPコール" icon="globe">
    * **依存サービス**: なし
    * **パラメータ**: なし
  </Card>

  <Card title="OCR" icon="eye">
    * **依存サービス**: paddle-OCR
    * **パラメータ**: なし
  </Card>

  <Card title="PDFを画像に変換" icon="file-pdf">
    * **依存サービス**: なし
    * **パラメータ**: なし
  </Card>

  <Card title="ドキュメント解析" icon="file-lines">
    * **依存サービス**: なし
    * **パラメータ**: なし
  </Card>

  <Card title="AI検索" icon="magnifying-glass">
    * **依存サービス**: bocha API
    * **パラメータ**: `bocha.api_key`
    * **申請**: [open.bochaai.com](https://open.bochaai.com/)
  </Card>

  <Card title="画像生成ツール" icon="image">
    * **依存サービス**: stable diffusion API
    * **パラメータ**: `stablediffusion.api_key`, `stablediffusion.url`, `stablediffusion.model`
    * **申請**: [Stability AI Docs](https://platform.stability.ai/docs/api-reference#tag/Generate/paths/~1v2beta~1stable-image~1generate~1sd3/post)
  </Card>

  <Card title="天気検索" icon="cloud-sun">
    * **依存サービス**: なし
    * **パラメータ**: なし
  </Card>

  <Card title="Bingウェブ検索" icon="microsoft">
    * **依存サービス**: bing.web\_search API
    * **パラメータ**: `bing.web_search_api_key`
    * **申請**: [Microsoft Bing Search](https://learn.microsoft.com/en-us/bing/search-apis/bing-web-search/)
  </Card>

  <Card title="智譜検索" icon="magnifying-glass-chart">
    * **依存サービス**: chatglm API
    * **パラメータ**: `chatglm.api_key`, `chatglm.api_secret`
    * **申請**: [BigModel Open Platform](https://open.bigmodel.cn/dev/api/search-tool/web-search-pro)
  </Card>

  <Card title="ウェブ検索（Google）" icon="google">
    * **依存サービス**: Google検索
    * **パラメータ**: `serpapi.web_search_api_key`
    * **申請**: [SerpApi](https://serpapi.com/search-api)
  </Card>

  <Card title="ウェブ検索（テンセント）" icon="qq">
    * **依存サービス**: テンセント検索
    * **パラメータ**: `tencent.api_key`, `tencent.api_secret`
    * **申請**: [Tencent Cloud](https://docs.qq.com/doc/DVG10VlFlYmxvdXlk?nlc=1)
  </Card>

  <Card title="ウェブ検索結果プロセッサ" icon="filter">
    * **依存サービス**: なし
    * **パラメータ**: なし
  </Card>
</CardGroup>
