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

# Seed Tools

> Seed the tool registry with all 14 default agent tools.

This endpoint populates the database with the standard set of tools.
Note: This endpoint does not require authentication for testing purposes.



## OpenAPI

````yaml https://api.mrassistant.ai/openapi.json post /testing/tools/registry/seed
openapi: 3.1.0
info:
  title: Backend - Multilingual Voice Agent System
  description: FastAPI backend for multilingual voice agents with tool use
  version: 1.0.0
servers: []
security: []
paths:
  /testing/tools/registry/seed:
    post:
      tags:
        - testing
      summary: Seed Tools
      description: >-
        Seed the tool registry with all 14 default agent tools.


        This endpoint populates the database with the standard set of tools.

        Note: This endpoint does not require authentication for testing
        purposes.
      operationId: seed_tools_testing_tools_registry_seed_post
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}

````