publish_agent_card
Publish or update an agent's capability card to enable discovery within the AgentVeil Protocol network, specifying capabilities, provider, and endpoint URL.
Instructions
Publish or update your agent's capability card for discovery.
Args: capabilities: Comma-separated list (e.g. "code_review,security_audit,testing") provider: LLM provider (e.g. "anthropic", "openai", "google") endpoint_url: URL where this agent can be reached
Returns: Published card details.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| capabilities | Yes | ||
| provider | No | ||
| endpoint_url | No |