> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tapti.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Profile Tools

> API tools for retrieving and fetching user account profiles.

Profile tools allow you to retrieve and fetch profiles for user accounts through a unified API.

<CardGroup cols={1}>
  <Card title="Get Profiles" icon="id-card" href="/mcp/profile/getProfiles">
    Get profiles for specific user accounts
  </Card>

  <Card title="Fetch Profiles" icon="download" href="/mcp/profile/fetchProfiles">
    Fetch profiles for a user account
  </Card>
</CardGroup>

See the [MCP Overview](../overview) for more information about the MCP module.
