get_research_article
Read a complete published Vultax study and its source metadata. This is historical research, not a current market snapshot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes |
Read a complete published Vultax study and its source metadata. This is historical research, not a current market snapshot.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes |
Changes observed during successful MCP inspections.
Input schema / additionalPropertiesAdded value: +falseInput schema / properties / slug / minLengthRemoved value: -1Output schema / (root)Previous value: -{
- "$schema": "http://json-schema.org/draft-07/schema#",
- "additionalProperties": false,
- "properties": {
- "author": {
- "additionalProperties": false,
- "properties": {
- "id": {
- "type": "string"
- },
- "name": {
- "type": "string"
- },
- "url": {
- "type": "string"
- }
- },
- "required": [
- "id",
- "name",
- "url"
- ],
- "type": "object"
- },
- "category": {
- "type": "string"
- },
- "datasets": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "articleUrl": {
- "type": "string"
- },
- "columns": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "name": {
- "type": "string"
- },
- "unit": {
- "type": [
- "string",
- "null"
- ]
- }
- },
- "required": [
- "name",
- "unit"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "description": {
- "type": "string"
- },
- "downloads": {
- "additionalProperties": false,
- "properties": {
- "csv": {
- "type": "string"
- },
- "json": {
- "type": "string"
- }
- },
- "required": [
- "json",
- "csv"
- ],
- "type": "object"
- },
- "id": {
- "type": "string"
- },
- "isLive": {
- "const": false,
- "type": "boolean"
- },
- "kind": {
- "enum": [
- "published-table",
- "published-chart"
- ],
- "type": "string"
- },
- "limitations": {
- "type": "string"
- },
- "measurement": {
- "additionalProperties": false,
- "properties": {
- "kind": {
- "anyOf": [
- {
- "enum": [
- "observed",
- "illustrative",
- "reference"
- ],
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "methodology": {
- "type": [
- "string",
- "null"
- ]
- },
- "population": {
- "type": [
- "string",
- "null"
- ]
- },
- "temporalCoverage": {
- "type": [
- "string",
- "null"
- ]
- }
- },
- "required": [
- "kind",
- "temporalCoverage",
- "population",
- "methodology"
- ],
- "type": "object"
- },
- "measurementContext": {
- "type": [
- "string",
- "null"
- ]
- },
- "modifiedAt": {
- "type": "string"
- },
- "publishedAt": {
- "type": "string"
- },
- "rows": {
- "items": {
- "items": {
- "type": [
- "string",
- "number"
- ]
- },
- "type": "array"
- },
- "type": "array"
- },
- "sectionUrl": {
- "type": "string"
- },
- "sources": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "label": {
- "type": "string"
- },
- "note": {
- "type": [
- "string",
- "null"
- ]
- },
- "url": {
- "type": "string"
- }
- },
- "required": [
- "label",
- "url",
- "note"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "title": {
- "type": "string"
- },
- "version": {
- "type": "string"
- }
- },
- "required": [
- "id",
- "title",
- "kind",
- "description",
- "articleUrl",
- "sectionUrl",
- "publishedAt",
- "modifiedAt",
- "version",
- "isLive",
- "columns",
- "rows",
- "measurementContext",
- "measurement",
- "limitations",
- "sources",
- "downloads"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "description": {
- "type": "string"
- },
- "id": {
- "type": "string"
- },
- "keywords": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "limitations": {
- "type": "string"
- },
- "liveContextUrl": {
- "type": [
- "string",
- "null"
- ]
- },
- "markdown": {
- "type": "string"
- },
- "markdownUrl": {
- "type": "string"
- },
- "modifiedAt": {
- "type": "string"
- },
- "publishedAt": {
- "type": "string"
- },
- "publisher": {
- "additionalProperties": false,
- "properties": {
- "id": {
- "type": "string"
- },
- "name": {
- "type": "string"
- },
- "url": {
- "type": "string"
- }
- },
- "required": [
- "id",
- "name",
- "url"
- ],
- "type": "object"
- },
- "questions": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "answer": {
- "type": "string"
- },
- "question": {
- "type": "string"
- }
- },
- "required": [
- "question",
- "answer"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "revisions": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "date": {
- "type": "string"
- },
- "text": {
- "type": "string"
- }
- },
- "required": [
- "date",
- "text"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "schemaVersion": {
- "type": "string"
- },
- "sections": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "bullets": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "heading": {
- "type": "string"
- },
- "id": {
- "type": "string"
- },
- "paragraphs": {
- "items": {
- "type": "string"
- },
- "type": "array"
- }
- },
- "required": [
- "id",
- "heading",
- "paragraphs",
- "bullets"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "signals": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "label": {
- "type": "string"
- },
- "note": {
- "type": "string"
- },
- "value": {
- "type": "string"
- }
- },
- "required": [
- "label",
- "value"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "sources": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "label": {
- "type": "string"
- },
- "note": {
- "type": [
- "string",
- "null"
- ]
- },
- "url": {
- "type": "string"
- }
- },
- "required": [
- "label",
- "url",
- "note"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "summary": {
- "type": "string"
- },
- "title": {
- "type": "string"
- },
- "url": {
- "type": "string"
- }
- },
- "required": [
- "id",
- "title",
- "description",
- "url",
- "markdownUrl",
- "category",
- "publishedAt",
- "modifiedAt",
- "schemaVersion",
- "markdown",
- "summary",
- "keywords",
- "author",
- "publisher",
- "signals",
- "sections",
- "sources",
- "datasets",
- "questions",
- "revisions",
- "limitations",
- "liveContextUrl"
- ],
- "type": "object"
-}New value: +nullDoes the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations fully cover the safety profile (readOnly, idempotent, non-destructive, closed-world), so the bar is lower, and the description adds a genuinely useful behavioral trait: the retrieved content is immutable historical research rather than live data. It still says nothing about behavior on a missing slug or the volume of returned content.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two tight sentences that front-load what is retrieved, followed immediately by the disambiguating temporal caveat. No wasted words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With no output schema the description must convey the return shape, and 'complete study and its source metadata' does so adequately for a single-item fetch tool. Minor gaps remain around error behavior for an invalid slug and whether the study body is paginated or truncated.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0% and the single 'slug' parameter is undocumented in both schema and description. The pattern '^[a-z0-9-]+$' and maxLength constrain the value but the description never explains where a slug comes from or how to obtain one, so it fails to compensate for the coverage gap.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Names a specific verb (Read) and resource (a complete published Vultax study plus its source metadata), so the agent knows exactly what it retrieves. It implicitly separates itself from live-market tools via the 'not a current market snapshot' line, but never names a sibling like inspect_prediction_market or get_research_dataset directly.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The phrase 'This is historical research, not a current market snapshot' implies the correct context of use and hints that live-market tools exist for the other case, but no alternative is named and no prerequisite or exclusion is stated explicitly. Usage is inferable rather than spelled out.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.