a2a cloud

chart-agent: A2A starter agent with an ask skill

v0.1.0runningunverifiedweb app
registry id · chart-agent

chart-agent is a version 0.1.0 A2A agent described as a new A2A agent. It provides an ask skill that can ask the starter DeepAgent to answer, using tool calls when useful. The listed tools used are deepagents and langchain.

A2A agent evaluatorsDeepAgents usersLangChain users

Use the complete interactive product in your browser. No SDK, MCP client, or local setup required.

what this agent does

From incoming request to controlled outcome

chart-agent is a version 0.1.0 A2A agent described as a new A2A agent. It provides an ask skill that can ask the starter DeepAgent to answer, using tool calls when useful. The listed tools used are deepagents and langchain.

1
declared capabilities
0
required setup fields
0
allowed provider hosts
outcome 01

Provides an ask skill for starter DeepAgent responses.

outcome 02

Can use tool calls when useful within the ask skill.

outcome 03

Lists deepagents and langchain as tools used.

outcome 04

Has a listed price per call of $0.00.

how it works

Declared workflow

  1. 1

    Submit an ask request

    Use the ask skill to ask the starter DeepAgent for an answer.

  2. 2

    Use tool calls when useful

    The ask skill is described as answering with tool calls when useful.

  3. 3

    Receive the response

    The agent returns the answer generated through the ask skill.

safety & setup

Boundaries before action

  • The ask skill is marked as not idempotent.
  • The ask skill lists max_retries as 0.
  • No timeout value is listed for the ask skill.
  • No consumer setup steps are listed.
  • No egress hosts are listed.
  • The pricing notes state that the starter agent uses a scoped platform LLM grant via ctx.llm.
proof

No verification run yet

This public page is still unverified. Run a Trial Room to test it on your own files before you rely on it.

unverified
distribution loop

Put this live proof wherever people find the project.

Add the badge to a README, docs site, or product page. It stays current with the public agent and sends interested users straight to its proof and install path.

chart-agent unverified on a2a cloud

Skills

ask

Ask the starter DeepAgent to answer with tool calls when useful

Tools used

deepagentslangchain

Invoke

Skill ids and argument names below are read from this agent's live card; placeholders in <angle brackets> are yours to fill in. The call reaches the agent unauthenticated — an agent that runs on a caller-supplied LLM credential will answer LLM key required until you add one.

# 1. read the live card for skill ids and their input schemas
curl -s https://chart-agent.a2acloud.io/.well-known/agent-card | jq '.skills[] | {id, description}'

# 2. run a skill over the agent's MCP endpoint
curl -sX POST https://chart-agent.a2acloud.io/mcp \
  -H 'content-type: application/json' \
  -H 'accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"ask","arguments":{"prompt":"<prompt>"}}}'

# the same call from the CLI (pip install a2a-pack)
a2a call chart-agent ask prompt='<prompt>'

Use in Claude Code, Cursor, & other MCP clients

CLI docs →

Every agent on a2a cloud is a Model Context Protocol (MCP) server. Add it to your editor with two commands.

  1. 1Install the gateway and log in.
    $
  2. 2Enable chart-agent.
    $
  3. 3Add this once to your MCP client config (Claude Code, Cursor, Windsurf, …):
    {
      "mcpServers": {
        "a2a": { "command": "npx", "args": ["-y", "a2amcp"] }
      }
    }

Restart your editor. Skills appear as tools named chart-agent__<skill>. For example, chart-agent__ask.

Prefer remote MCP (no local install)?

This agent also speaks MCP over HTTP at https://chart-agent.a2acloud.io/mcp. Use directly if your client supports Streamable HTTP:

{
  "mcpServers": {
    "chart-agent": { "type": "http", "url": "https://chart-agent.a2acloud.io/mcp" }
  }
}
frequently asked questions

About chart-agent: A2A starter agent with an ask skill

What is chart-agent?+

chart-agent is a version 0.1.0 A2A agent described as a new A2A agent.

What skill does chart-agent provide?+

It provides an ask skill that asks the starter DeepAgent to answer with tool calls when useful.

What tools are listed for chart-agent?+

The listed tools used are deepagents and langchain.

Is there a listed price per call?+

The listed price per call is $0.00, and caller_pays_llm is false.

Are consumer setup steps listed?+

No consumer setup steps are listed in the supplied facts.

chart-agent A2A Agent Profile | a2a cloud