Glasser

Provided by Exa

Answer One Question From Web Sources, With Citations (Exa)

$0.005 per callanswers within 25s

Answer one natural-language question from Exa's page index: Exa retrieves the relevant pages first, then returns a direct written answer together with the source pages it cited, each with title, link, published date and author. One question per request, not a batch of questions, and the citations come back with the answer — it is grounded in retrieved pages rather than in a model's memory.

Contract snapshot: 2026-09-17. Inspect in Glasser for current terms.

json
{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "query"
  ],
  "properties": {
    "text": {
      "type": "boolean"
    },
    "query": {
      "type": "string",
      "maxLength": 2000,
      "minLength": 1
    },
    "outputSchema": {
      "type": "object",
      "required": [
        "type",
        "properties"
      ],
      "properties": {
        "type": {
          "anyOf": [
            {
              "enum": [
                "object"
              ],
              "type": "string"
            }
          ]
        },
        "required": {
          "type": "array",
          "items": {
            "type": "string",
            "pattern": "^[A-Za-z_][A-Za-z0-9_]*$",
            "maxLength": 64,
            "minLength": 1
          },
          "maxItems": 20,
          "minItems": 1
        },
        "properties": {
          "type": "object",
          "patternProperties": {
            "^[A-Za-z_][A-Za-z0-9_]*$": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "enum": [
                    "string",
                    "number",
                    "integer",
                    "boolean"
                  ],
                  "type": "string"
                },
                "description": {
                  "type": "string",
                  "maxLength": 300,
                  "minLength": 1
                }
              },
              "additionalProperties": false
            }
          }
        }
      },
      "additionalProperties": false
    }
  },
  "additionalProperties": false
}

How to run it

Two fields identify it: the Provider and the endpoint key. The key looks like a path because it usually mirrors the Provider's own, but it is an opaque identifier — not a URL you can open. The same provider:endpoint pair is what your Policy lists.

Once: paste this into your agent's chat. The Skill installs the CLI and logs in by itself. For an agent that cannot use a shell, connect it over MCP instead.

Setup prompt
set up https://glasser.ai/SKILL.md

Then ask for this Endpoint:

Agent prompt
Run the Exa Endpoint /answer on Glasser with input {"query":"What is the latest valuation of SpaceX?"}

What each outcome charges

No resultThe Provider answered: nothing matched.$0.00
Provider errorThe Provider failed to answer.$0.00
Timed outThe deadline won.$0.00
Internal failureOur defect.$0.00
Method POSTVersion 1Provider documentation ↗