Social Neuron REST API
string · enum boolean
string · enum boolean
credits
Get current credit balance
POST
https://mcp.socialneuron.com/v1
/tools/get_credit_balance
Execute the get_credit_balance Social Neuron tool. Get current credit balance. Required OAuth scope: mcp:read.
Get current credit balance › Request Body
response_formatOptional response format. Defaults to text.
Enum values:
text
json
Get current credit balance › Responses
Tool executed. isError:true in the body indicates a tool-level error.
MCP CallToolResult. `content` carries text/structured blocks; `structuredContent` is present when the tool declares structured output.
object[]
object
isErrorGet budget and spending status
POST
https://mcp.socialneuron.com/v1
/tools/get_budget_status
Execute the get_budget_status Social Neuron tool. Get budget and spending status. Required OAuth scope: mcp:read.
Get budget and spending status › Request Body
response_formatOptional response format. Defaults to text.
Enum values:
text
json
Get budget and spending status › Responses
Tool executed. isError:true in the body indicates a tool-level error.
MCP CallToolResult. `content` carries text/structured blocks; `structuredContent` is present when the tool declares structured output.
object[]
object
isError