get_credits
Example
get_my_contacts
string
ISO 8601 start (e.g.
2026-05-01T00:00:00Z). Max range 30 days.string
ISO 8601 end (e.g.
2026-05-18T23:59:59Z).Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
get_credits, get_my_contacts, and get_my_companies MCP tools.
| Tool | Description | Risk | Schema |
|---|---|---|---|
get_credits | Current credit balance and usage. | read | #get_credits |
get_my_contacts | Saved/researched contacts within a date range (max 30 days). | read | #get_my_contacts |
get_my_companies | Saved/researched companies within a date range (max 30 days). | read | #get_my_companies |
{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "get_credits",
"arguments": {}
},
"id": 1
}
2026-05-01T00:00:00Z). Max range 30 days.2026-05-18T23:59:59Z).{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "get_my_contacts",
"arguments": {
"startDate": "2026-05-01T00:00:00Z",
"endDate": "2026-05-18T23:59:59Z"
}
},
"id": 1
}
{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "get_my_companies",
"arguments": {
"startDate": "2026-05-01T00:00:00Z",
"endDate": "2026-05-18T23:59:59Z"
}
},
"id": 1
}
Was this page helpful?