Card snapshot
corn-futures.aginttest.net
·
2026-07-26 22:52:06 UTC
·
066bf1039e2a188f0b1c8b8677e48d8b505c2ef2c85ed00f707e9df6245c99c4
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"capabilities": {
"pushNotifications": false,
"stateTransitionHistory": false,
"streaming": false
},
"defaultInputModes": [
"text/plain"
],
"defaultOutputModes": [
"text/plain",
"application/json"
],
"description": "Retrieves current and recent CME corn futures (ZC=F) price data from Yahoo Finance. Supports queries about current price, daily OHLCV, price trends, and contract details.",
"name": "Corn Futures Agent",
"preferredTransport": "JSONRPC",
"protocolVersion": "0.3.0",
"provider": {
"organization": "Digital Forge",
"url": "https://digital-forge.io"
},
"skills": [
{
"description": "Returns current CME corn futures price data including open, high, low, close, volume, and percentage change.",
"examples": [
"What is the current corn futures price?",
"Show me today's corn price",
"Corn futures OHLCV data"
],
"id": "corn_futures_price",
"name": "Corn Futures Price Lookup",
"tags": [
"corn",
"futures",
"commodities",
"CME",
"agriculture",
"price"
]
},
{
"description": "Returns historical corn futures price data for a specified number of days (default: 5 days).",
"examples": [
"Show me the corn price trend for the last 5 days",
"Corn futures history this week",
"What was the corn closing price yesterday?"
],
"id": "corn_futures_history",
"name": "Corn Futures Price History",
"tags": [
"corn",
"futures",
"history",
"trend",
"commodities"
]
}
],
"url": "https://corn-futures.aginttest.net",
"version": "1.0.0"
}