Agent Skills · Example Payload

Agent Skills Tool Call Example

Agent SkillsAI AgentsTool UseFunction CallingMCPAgentic AIAutomation

Agent Skills Tool Call Example is an example object payload from Agent Skills, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idtypenameinput

Example Payload

agent-skills-tool-call-example.json Raw ↑
{
  "id": "toolu_01A09q90qw90lq917835lq9",
  "type": "tool_use",
  "name": "get_weather",
  "input": {
    "location": "San Francisco, CA",
    "unit": "fahrenheit"
  }
}