Skip to main content
Glama
shinichinomura

pesticide-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PESTICIDE_DB_PATHNoDuckDB file path./data/pesticides.duckdb
PESTICIDE_SOURCE_DIRNoFAMIC ZIP/CSV save destination./data/raw

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
dataset_statusB

データセットの取り込み状態(件数・出典・取り込み日時)を返す。

search_pesticidesC

農薬名・登録番号・有効成分・農薬の種類から農薬基本情報を検索する。

結果は登録情報の検索結果であり、使用可否の判定ではない。

get_pesticide_by_register_noA

登録番号から農薬基本情報と適用情報の要約を取得する。

登録番号は ``12345`` と ``0012345`` の両方を受け付ける。
適用明細は含めず総件数と作物・病害虫の例のみを返す。
明細は ``get_applications`` に登録番号を渡して取得する。
get_applicationsC

作物名・病害虫雑草名・農薬名・登録番号などで適用情報を検索する。

各結果は使用時期・使用方法・使用回数などの根拠フィールドを含む。 使用可否の判定ではない。

check_registered_useA

指定条件に該当する登録行の候補を返す(使用可否の判定ではない)。

返す各候補には match_confidence と matched_fields が付く。
``allowed`` のような可否を断定するフィールドは決して返さない。
実使用前に必ず製品ラベルと最新の農薬登録情報を確認すること。

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/shinichinomura/pesticide-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server