AH
Atlarium Habitat Database MCP
/get_plant_problem_profile
Get plant problem profile
Get a structured public aquatic plant problem or deficiency profile using the exact slug returned by search_plant_problems.
liveverifiedunknown~5s typical
mcpprobedatlariumhabitatdatabase
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-bio-atlarium-habitat-database /get_plant_problem_profile for me.
Input
| Field | Type | Description |
|---|---|---|
| slug* | string | Exact single-segment slug returned by the related Atlarium search tool. |
| language | string (it | en | es) | Optional preferred response language: it, en or es. |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-bio-atlarium-habitat-database","endpoint":"/get_plant_problem_profile","input":{"slug":"..."}}'cli
npx cracked-ai run -p mcp-bio-atlarium-habitat-database -e /get_plant_problem_profile -i '{"slug":"..."}'mcp
run_tool({ provider: "mcp-bio-atlarium-habitat-database", endpoint: "/get_plant_problem_profile", input: {"slug":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.