---
title: "Discover Agents By Skills"
method: POST
path: "/api/agents/discover"
tags: ["Agent Management"]
---

# Discover Agents By Skills

`POST /api/agents/discover`

Discover agents by required skills.

Returns agents that have the specified skills, ranked by relevance.

Args:
    skills: Required skill names or IDs
    tags: Optional tag filters
    max_results: Maximum number of results
    user_context: Authenticated user context

Returns:
    List of matching agents with relevance scores

Raises:
    HTTPException: 400 if no skills provided

## Query parameters

- `max_results` integer

## Request body

- BodyDiscoverAgentsBySkillsApiAgentsDiscoverPost
  - `skills` string[], required
  - `tags` string[], nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/ascending-llc/apis/mcp-gateway-registry.md) · [All operations](https://skmtc.net/ascending-llc/apis/mcp-gateway-registry/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ascending-llc/mcp-gateway-registry/versions/31381943e2e7/schema)
