Skip to main content
Glama

Nowcerts-mcp

nowcerts_agent_getList

Retrieve and filter insurance agents from NowCerts with search criteria, column selection, and pagination options for efficient data management.

Instructions

Retrieve a list of agents with search, filtering, and pagination

Input Schema

NameRequiredDescriptionDefault
columnsNoColumns to return in the response
order_byNoField to order results by
order_by_directionNoOrder direction
pageNoPage number for pagination
per_pageNoNumber of results per page
search_criteriaNoSearch criteria for filtering agents

Input Schema (JSON Schema)

{ "properties": { "columns": { "description": "Columns to return in the response", "items": { "type": "string" }, "type": "array" }, "order_by": { "description": "Field to order results by", "type": "string" }, "order_by_direction": { "description": "Order direction", "enum": [ "asc", "desc" ], "type": "string" }, "page": { "description": "Page number for pagination", "type": "number" }, "per_page": { "description": "Number of results per page", "type": "number" }, "search_criteria": { "description": "Search criteria for filtering agents", "type": "object" } }, "type": "object" }

Other Tools from Nowcerts-mcp

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/ReduceMyIns/Nowcerts-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server