Skip to main content
Glama

nexo_api_call

Perform authenticated HTTP requests to NEXO Desktop backend for any /api/* endpoint. Session bearer auto-loaded from OS keychain.

Instructions

Make an authenticated HTTP request to the NEXO Desktop backend (nexo-desktop.com).

The session bearer is auto-loaded from the OS keychain — the agent never sees or handles tokens. Use this for any /api/* endpoint the user has permission for: provider-proxy/, credits/, cards/*, auth/app-tokens, etc.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
methodYesHTTP method (GET / POST / PUT / DELETE / PATCH).
pathYespath starting with '/' (e.g. '/api/provider-proxy/call').
body_jsonNoJSON string of the request body. Empty for GET.
idempotency_keyNoUUID v4 to dedupe POST/PUT retries (avoids double-charge).
headers_jsonNooptional extra headers as a JSON object. Authorization is ignored.
base_urlNooverride default base (default: https://nexo-desktop.com).
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description discloses the key behavioral trait that the session bearer is auto-loaded from the OS keychain and the agent never sees tokens. However, it does not mention error handling, rate limits, idempotency behavior, or response format. The high schema coverage mitigates some gaps, but more depth would improve transparency.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely concise with two sentences. The first sentence states the core function, and the second adds essential auth context and usage scope. Every word adds value with no fluff.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers auth well but does not explain what the response looks like (e.g., raw JSON from the API) or error handling. Given no output schema, more completeness about return values would benefit the agent.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 100% schema description coverage, the baseline is 3. The description does not add significant meaning beyond the schema; it focuses on the tool's purpose rather than parameter details.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it makes authenticated HTTP requests to the NEXO Desktop backend, specifying the scope of endpoints (any /api/* endpoint user has permission for). It implicitly distinguishes from sibling tools by being the generic API call tool, but does not explicitly differentiate.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear guidance on when to use this tool: 'Use this for any /api/* endpoint the user has permission for'. It does not explicitly list when not to use or alternatives, but the usage context is specific and helpful.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/wazionapps/nexo'

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