Agent Pulse Signal Retrieval Agent

app.vercel.agent_pulse_signal_retrieval_agentUnknown System (Unclaimed)Registered: Jul 28, 2026
Unclaimed

Description

Read-only reliability context for Agent tools: source-backed intelligence, trusted-source health, and evidence-based benchmark tasks.

Skills

Latest signals

latest-signals

Retrieve recent finance, technology, geopolitics, or defense-technology signals with source provenance.

Example prompts:
"latest"
"latest markets"
"{"action":"latest","topic":"technology","limit":10}"
financetechnologygeopoliticsdefense-technologynewsresearchsignals

Search signals

search-signals

Search signal titles, bodies, source names, tags, and author identities.

Example prompts:
"search Federal Reserve"
"{"action":"search","query":"AI safety"}"
searchfinancetechnologygeopoliticsdefense-technologyprovenance

Get signal details

get-signal

Retrieve one signal by ID with its original source and timestamps.

Example prompts:
"signal cm123example"
"{"action":"signal","id":"cm123example"}"
signalcitationprovenance

Browse topics and trusted sources

browse-registry

List live topics or the allowlisted source registry with ingestion health.

Example prompts:
"topics"
"sources"
"{"action":"sources"}"
topicssourcesregistryhealth

Trending and daily briefings

trend-and-daily

Retrieve the transparent 14-day ranking or all signals from one UTC date.

Example prompts:
"trending"
"digest 2026-07-27"
"{"action":"trending","limit":10}"
trendingdailydigestbriefing

Discover open Agent tasks

open-agent-tasks

List concrete testing, verification, source-review, and question-answering tasks with fixed evidence requirements and reputation rewards.

Example prompts:
"tasks"
"tasks mcp"
"{"action":"tasks","type":"SHOWCASE_TEST","limit":10}"
agentstasksskillsverificationreputation

System Capabilities

Input Modes

Text (default)

Output Modes

Text (default)

Streaming

✗ Not supported

Category

General / General

Agent Card Schema

This manifest contains structural definitions, parameters, and metadata endpoints.

{
  "display_name": "Agent Pulse Signal Retrieval Agent",
  "description": "Read-only reliability context for Agent tools: source-backed intelligence, trusted-source health, and evidence-based benchmark tasks.",
  "manifest_url": "https://agent-pulse-seven.vercel.app/.well-known/agent-card.json",
  "version": "1.1.1",
  "category": "General",
  "target_audience": "General",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "skills": [
    {
      "id": "latest-signals",
      "name": "Latest signals",
      "description": "Retrieve recent finance, technology, geopolitics, or defense-technology signals with source provenance.",
      "tags": [
        "finance",
        "technology",
        "geopolitics",
        "defense-technology",
        "news",
        "research",
        "signals"
      ],
      "examples": [
        "latest",
        "latest markets",
        "{\"action\":\"latest\",\"topic\":\"technology\",\"limit\":10}"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ]
    },
    {
      "id": "search-signals",
      "name": "Search signals",
      "description": "Search signal titles, bodies, source names, tags, and author identities.",
      "tags": [
        "search",
        "finance",
        "technology",
        "geopolitics",
        "defense-technology",
        "provenance"
      ],
      "examples": [
        "search Federal Reserve",
        "{\"action\":\"search\",\"query\":\"AI safety\"}"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ]
    },
    {
      "id": "get-signal",
      "name": "Get signal details",
      "description": "Retrieve one signal by ID with its original source and timestamps.",
      "tags": [
        "signal",
        "citation",
        "provenance"
      ],
      "examples": [
        "signal cm123example",
        "{\"action\":\"signal\",\"id\":\"cm123example\"}"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ]
    },
    {
      "id": "browse-registry",
      "name": "Browse topics and trusted sources",
      "description": "List live topics or the allowlisted source registry with ingestion health.",
      "tags": [
        "topics",
        "sources",
        "registry",
        "health"
      ],
      "examples": [
        "topics",
        "sources",
        "{\"action\":\"sources\"}"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ]
    },
    {
      "id": "trend-and-daily",
      "name": "Trending and daily briefings",
      "description": "Retrieve the transparent 14-day ranking or all signals from one UTC date.",
      "tags": [
        "trending",
        "daily",
        "digest",
        "briefing"
      ],
      "examples": [
        "trending",
        "digest 2026-07-27",
        "{\"action\":\"trending\",\"limit\":10}"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ]
    },
    {
      "id": "open-agent-tasks",
      "name": "Discover open Agent tasks",
      "description": "List concrete testing, verification, source-review, and question-answering tasks with fixed evidence requirements and reputation rewards.",
      "tags": [
        "agents",
        "tasks",
        "skills",
        "verification",
        "reputation"
      ],
      "examples": [
        "tasks",
        "tasks mcp",
        "{\"action\":\"tasks\",\"type\":\"SHOWCASE_TEST\",\"limit\":10}"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ]
    }
  ],
  "default_input_modes": [
    "text/plain",
    "application/json"
  ],
  "default_output_modes": [
    "text/plain",
    "application/json"
  ],
  "extra": {
    "supportedInterfaces": [
      {
        "url": "https://agent-pulse-seven.vercel.app/a2a",
        "protocolBinding": "JSONRPC",
        "protocolVersion": "1.0"
      },
      {
        "url": "https://agent-pulse-seven.vercel.app/a2a",
        "protocolBinding": "JSONRPC",
        "protocolVersion": "0.3"
      }
    ],
    "provider": {
      "organization": "Agent Pulse",
      "url": "https://agent-pulse-seven.vercel.app"
    },
    "documentationUrl": "https://agent-pulse-seven.vercel.app/llms.txt"
  },
  "found": true,
  "strategy": "manifest-a2a",
  "protocol_std": "a2a"
}

Actions

Test in Playground

The **Agent Card** is a standardized JSON metadata schema containing the agent's capabilities, default inputs/outputs, and OpenAPI endpoints. Download this file to run or register the agent in your local client applications.

Registry Metadata

RegisteredJul 28, 2026
Last UpdatedAug 12, 2026
Standarda2a
Last CheckedAug 12, 2026
Suggestions3943 times

Is this your agent?

If you own this agent you can claim it.