All docs

Using Tools with Agents

How to use ToolXiv's agent prompts with AI assistants

What Are Agent Prompts?

Agent prompts are structured instructions that tell an AI agent how to use a specific tool. They typically include:

  • What the tool does
  • How to install or access it
  • Key commands or API calls
  • Common use cases
  • Important constraints or requirements

How to Use Them

1. Find a Tool

Search for a tool on ToolXiv that solves your problem.

2. Copy the Agent Prompt

On the tool's detail page, find the "Agent Integration" section and click Copy.

3. Paste into Your Agent

Give the prompt to your AI assistant:

You have access to the following tool:

[paste agent prompt here]

Please use this tool to [your task].

Tips

  • Combine prompts — You can give an agent multiple tool prompts for complex workflows
  • Add context — Supplement the prompt with your specific requirements
  • Iterate — If the agent doesn't use the tool correctly, refine the prompt

Building Good Agent Prompts

When submitting a tool, write agent prompts that:

  • Start with a clear one-line description
  • List installation steps
  • Show the most common API/CLI usage patterns
  • Include error handling tips
  • Mention any required API keys or credentials (without actual values)