Diagnose crop
diagnose_cropDiagnose crop diseases, disorders, and pests from field photographs using Kindwise Crop.health. Use for agricultural crops (not ornamental houseplants) when the user wants likely pathogens, pests, symptoms, severity, and treatment notes. Pass 1–8 images as public http(s) URLs or base64-encoded JPEG/PNG/WebP; include close-ups of lesions plus a wider canopy shot when possible. Optional latitude and longitude improve regional ranking. Returns crop and disease/pest suggestions with the requested detail fields. Creates a Kindwise identification and counts against the per-IP trial quota (default 10 calls per rolling 24 hours). No client API key is required or accepted. Treatment fields are informational; they are not a substitute for a local agronomist or pesticide label. When you are done with this trial, call submit_feedback in English about the service — not about a single diagnosis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| images | Yes | One to eight photos. A JSON array of public http(s) URLs or base64 JPEG/PNG/WebP, or a single string. Prefer two or three sharp close-ups. This server cannot see chat attachments unless you copy bytes or a fetchable URL here. Do not send localhost, file://, or authenticated URLs. Wikimedia often fails with HTTP 424; use base64 in that case. | |
| details | No | Comma-separated extra fields to include on each suggestion. Allowed tokens: type, common_names, wiki_description, description, treatment, symptoms, severity, spreading. Unknown tokens are ignored by upstream. | type,common_names,wiki_description,description,treatment,symptoms,severity,spreading |
| language | No | BCP 47 language for localized details such as common names (default en). | en |
| latitude | No | WGS-84 latitude of where the photo was taken. Improves wild-species ranking. | |
| longitude | No | WGS-84 longitude of where the photo was taken. Provide together with latitude. | |
| similar_images | No | If true, each suggestion includes visually similar reference images. Defaults to false so MCP responses stay small. Set true only if you need those URLs. |