Add Currency Tools to an Agent using MCP avis
679 avis
what's the a2a for?
dan j. · Examiné il y a environ 2 mois
Kamaraj R. · Examiné il y a environ 2 mois
Kamaraj R. · Examiné il y a environ 2 mois
The vs code embeded in the window failed to save my file, i had to go "Ctrl+Shift+P" and then "New window"
Cosmin H. · Examiné il y a environ 2 mois
Anton C. · Examiné il y a environ 2 mois
update lab with the following server.py step @mcp.tool() def get_crypto_price(currency_pair: str = "BTC-USD") -> dict: """Get the current price of a cryptocurrency pair using the Coinbase v2 API.""" url = f"https://api.coinbase.com/v2/prices/{currency_pair}/spot" # Coinbase recommends a version header to ensure response stability headers = { "CB-VERSION": "2026-03-20" } try: response = httpx.get(url, headers=headers) response.raise_for_status() data = response.json()["data"] # Adding a timestamp helps the agent know how fresh the data is return { "pair": data["base"] + "-" + data["currency"], "price": data["amount"], "retrieved_at": "2026-03-20T22:04:32Z" } except Exception as e: return {"error": str(e)}
Sal G. · Examiné il y a environ 2 mois
received several errors and spend about 4 credits now. Some errors with permissions, some with no available models.
Sal G. · Examiné il y a environ 2 mois
Error in the python coed
Michael R. · Examiné il y a environ 2 mois
Alberto Y. · Examiné il y a environ 2 mois
SHASHI S. · Examiné il y a environ 2 mois
Manuel A. · Examiné il y a environ 2 mois
I was running into permissions errors. I could not complete the lab
Jesus S. · Examiné il y a environ 2 mois
Everything i should do its writed, i do not have to think
Ivo H. · Examiné il y a environ 2 mois
Suhas M. · Examiné il y a environ 2 mois
Jamie C. · Examiné il y a environ 2 mois
nice
SRIDHAR C. · Examiné il y a environ 2 mois
Task 2 does not work in the first run
Vuong T. · Examiné il y a environ 2 mois
Setsabile M. · Examiné il y a environ 2 mois
Attila Péter L. · Examiné il y a environ 2 mois
Shiraz T. · Examiné il y a environ 2 mois
Jorge Raul V. · Examiné il y a environ 2 mois
Shane T. · Examiné il y a environ 2 mois
Michael B. · Examiné il y a environ 2 mois
Shane T. · Examiné il y a environ 2 mois
Takuto M. · Examiné il y a environ 2 mois
Nous ne pouvons pas certifier que les avis publiés proviennent de consommateurs qui ont acheté ou utilisé les produits. Les avis ne sont pas vérifiés par Google.