search_numbers
Find specific phone numbers by entering a search term to filter results. Use this tool in Omilia MCP Tools for targeted number retrieval and management.
Instructions
Search (phone) numbers with optional search term.
Args:
search_term: Optional search term to filter numbers
Input Schema
Name | Required | Description | Default |
---|---|---|---|
search_term | No |
Input Schema (JSON Schema)
{
"properties": {
"search_term": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Search Term"
}
},
"title": "search_numbersArguments",
"type": "object"
}