Skip to main content
Glama

Get intel details

get_intel
Read-only

Get one development with its sources and context.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesIntel ID
activityNoActivity rows to include: all (default), source observations only, or none

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed2 schema fields changed
    • changedInput schema / $schema
      Previous value: -"http://json-schema.org/draft-07/schema#"New value: +"https://json-schema.org/draft/2020-12/schema"
    • changedOutput schema / $schema
      Previous value: -"http://json-schema.org/draft-07/schema#"New value: +"https://json-schema.org/draft/2020-12/schema"
  2. Changed5 schema fields changed
    • addedOutput schema / properties / data / properties / activity / items / additionalProperties
      Added value: +false
    • removedOutput schema / properties / data / properties / activity / items / oneOf
      Removed value: -[
      -  {
      -    "additionalProperties": false,
      -    "properties": {
      -      "action": {
      -        "const": "follow",
      -        "type": "string"
      -      },
      -      "clusters": {
      -        "items": {
      -          "additionalProperties": false,
      -          "properties": {
      -            "id": {
      -              "type": "string"
      -            },
      -            "name": {
      -              "type": "string"
      -            }
      -          },
      -          "required": [
      -            "id",
      -            "name"
      -          ],
      -          "type": "object"
      -        },
      -        "type": "array"
      -      },
      -      "detectedAt": {
      -        "type": "string"
      -      },
      -      "eventTime": {
      -        "additionalProperties": false,
      -        "properties": {
      -          "reason": {
      -            "const": "not_stated",
      -            "type": "string"
      -          },
      -          "status": {
      -            "const": "unknown",
      -            "type": "string"
      -          }
      -        },
      -        "required": [
      -          "status",
      -          "reason"
      -        ],
      -        "type": "object"
      -      },
      -      "headline": {
      -        "type": "string"
      -      },
      -      "occurredAt": {
      -        "type": "string"
      -      }
      -    },
      -    "required": [
      -      "detectedAt",
      -      "occurredAt",
      -      "action",
      -      "eventTime"
      -    ],
      -    "type": "object"
      -  },
      -  {
      -    "additionalProperties": false,
      -    "properties": {
      -      "action": {
      -        "enum": [
      -          "observation",
      -          "official_statement",
      -          "correction",
      -          "merge"
      -        ],
      -        "type": "string"
      -      },
      -      "clusters": {
      -        "items": {
      -          "additionalProperties": false,
      -          "properties": {
      -            "id": {
      -              "type": "string"
      -            },
      -            "name": {
      -              "type": "string"
      -            }
      -          },
      -          "required": [
      -            "id",
      -            "name"
      -          ],
      -          "type": "object"
      -        },
      -        "type": "array"
      -      },
      -      "detectedAt": {
      -        "type": "string"
      -      },
      -      "eventTime": {
      -        "oneOf": [
      -          {
      -            "additionalProperties": false,
      -            "properties": {
      -              "at": {
      -                "type": "string"
      -              },
      -              "precision": {
      -                "enum": [
      -                  "instant",
      -                  "day",
      -                  "week",
      -                  "month"
      -                ],
      -                "type": "string"
      -              },
      -              "relationToSource": {
      -                "enum": [
      -                  "current",
      -                  "historical",
      -                  "future"
      -                ],
      -                "type": "string"
      -              },
      -              "status": {
      -                "const": "instant",
      -                "type": "string"
      -              }
      -            },
      -            "required": [
      -              "status",
      -              "at",
      -              "precision",
      -              "relationToSource"
      -            ],
      -            "type": "object"
      -          },
      -          {
      -            "additionalProperties": false,
      -            "properties": {
      -              "endAt": {
      -                "type": "string"
      -              },
      -              "precision": {
      -                "enum": [
      -                  "day",
      -                  "week",
      -                  "month"
      -                ],
      -                "type": "string"
      -              },
      -              "relationToSource": {
      -                "enum": [
      -                  "current",
      -                  "historical",
      -                  "future"
      -                ],
      -                "type": "string"
      -              },
      -              "startAt": {
      -                "type": "string"
      -              },
      -              "status": {
      -                "const": "interval",
      -                "type": "string"
      -              }
      -            },
      -            "required": [
      -              "status",
      -              "startAt",
      -              "endAt",
      -              "precision",
      -              "relationToSource"
      -            ],
      -            "type": "object"
      -          },
      -          {
      -            "additionalProperties": false,
      -            "properties": {
      -              "relationToSource": {
      -                "enum": [
      -                  "before_post",
      -                  "after_post",
      -                  "around_post"
      -                ],
      -                "type": "string"
      -              },
      -              "status": {
      -                "const": "relative_unresolved",
      -                "type": "string"
      -              }
      -            },
      -            "required": [
      -              "status",
      -              "relationToSource"
      -            ],
      -            "type": "object"
      -          },
      -          {
      -            "additionalProperties": false,
      -            "properties": {
      -              "reason": {
      -                "enum": [
      -                  "not_stated",
      -                  "ambiguous",
      -                  "ongoing"
      -                ],
      -                "type": "string"
      -              },
      -              "status": {
      -                "const": "unknown",
      -                "type": "string"
      -              }
      -            },
      -            "required": [
      -              "status",
      -              "reason"
      -            ],
      -            "type": "object"
      -          }
      -        ]
      -      },
      -      "headline": {
      -        "type": "string"
      -      },
      -      "occurredAt": {
      -        "type": "string"
      -      },
      -      "sentiment": {
      -        "additionalProperties": false,
      -        "properties": {
      -          "value": {
      -            "enum": [
      -              "positive",
      -              "neutral",
      -              "negative"
      -            ],
      -            "type": "string"
      -          }
      -        },
      -        "required": [
      -          "value"
      -        ],
      -        "type": "object"
      -      },
      -      "source": {
      -        "additionalProperties": false,
      -        "properties": {
      -          "official": {
      -            "type": "boolean"
      -          },
      -          "url": {
      -            "type": "string"
      -          }
      -        },
      -        "required": [
      -          "url",
      -          "official"
      -        ],
      -        "type": "object"
      -      }
      -    },
      -    "required": [
      -      "detectedAt",
      -      "occurredAt",
      -      "action"
      -    ],
      -    "type": "object"
      -  }
      -]
    • addedOutput schema / properties / data / properties / activity / items / properties
      Added value: +{
      +  "action": {
      +    "enum": [
      +      "observation",
      +      "official_statement",
      +      "correction",
      +      "merge"
      +    ],
      +    "type": "string"
      +  },
      +  "clusters": {
      +    "items": {
      +      "additionalProperties": false,
      +      "properties": {
      +        "id": {
      +          "type": "string"
      +        },
      +        "name": {
      +          "type": "string"
      +        }
      +      },
      +      "required": [
      +        "id",
      +        "name"
      +      ],
      +      "type": "object"
      +    },
      +    "type": "array"
      +  },
      +  "detectedAt": {
      +    "type": "string"
      +  },
      +  "eventTime": {
      +    "oneOf": [
      +      {
      +        "additionalProperties": false,
      +        "properties": {
      +          "at": {
      +            "type": "string"
      +          },
      +          "precision": {
      +            "enum": [
      +              "instant",
      +              "day",
      +              "week",
      +              "month"
      +            ],
      +            "type": "string"
      +          },
      +          "relationToSource": {
      +            "enum": [
      +              "current",
      +              "historical",
      +              "future"
      +            ],
      +            "type": "string"
      +          },
      +          "status": {
      +            "const": "instant",
      +            "type": "string"
      +          }
      +        },
      +        "required": [
      +          "status",
      +          "at",
      +          "precision",
      +          "relationToSource"
      +        ],
      +        "type": "object"
      +      },
      +      {
      +        "additionalProperties": false,
      +        "properties": {
      +          "endAt": {
      +            "type": "string"
      +          },
      +          "precision": {
      +            "enum": [
      +              "day",
      +              "week",
      +              "month"
      +            ],
      +            "type": "string"
      +          },
      +          "relationToSource": {
      +            "enum": [
      +              "current",
      +              "historical",
      +              "future"
      +            ],
      +            "type": "string"
      +          },
      +          "startAt": {
      +            "type": "string"
      +          },
      +          "status": {
      +            "const": "interval",
      +            "type": "string"
      +          }
      +        },
      +        "required": [
      +          "status",
      +          "startAt",
      +          "endAt",
      +          "precision",
      +          "relationToSource"
      +        ],
      +        "type": "object"
      +      },
      +      {
      +        "additionalProperties": false,
      +        "properties": {
      +          "relationToSource": {
      +            "enum": [
      +              "before_post",
      +              "after_post",
      +              "around_post"
      +            ],
      +            "type": "string"
      +          },
      +          "status": {
      +            "const": "relative_unresolved",
      +            "type": "string"
      +          }
      +        },
      +        "required": [
      +          "status",
      +          "relationToSource"
      +        ],
      +        "type": "object"
      +      },
      +      {
      +        "additionalProperties": false,
      +        "properties": {
      +          "reason": {
      +            "enum": [
      +              "not_stated",
      +              "ambiguous",
      +              "ongoing"
      +            ],
      +            "type": "string"
      +          },
      +          "status": {
      +            "const": "unknown",
      +            "type": "string"
      +          }
      +        },
      +        "required": [
      +          "status",
      +          "reason"
      +        ],
      +        "type": "object"
      +      }
      +    ]
      +  },
      +  "headline": {
      +    "type": "string"
      +  },
      +  "occurredAt": {
      +    "type": "string"
      +  },
      +  "sentiment": {
      +    "additionalProperties": false,
      +    "properties": {
      +      "value": {
      +        "enum": [
      +          "positive",
      +          "neutral",
      +          "negative"
      +        ],
      +        "type": "string"
      +      }
      +    },
      +    "required": [
      +      "value"
      +    ],
      +    "type": "object"
      +  },
      +  "source": {
      +    "additionalProperties": false,
      +    "properties": {
      +      "official": {
      +        "type": "boolean"
      +      },
      +      "url": {
      +        "type": "string"
      +      }
      +    },
      +    "required": [
      +      "url",
      +      "official"
      +    ],
      +    "type": "object"
      +  }
      +}
    • addedOutput schema / properties / data / properties / activity / items / required
      Added value: +[
      +  "action",
      +  "detectedAt",
      +  "occurredAt"
      +]
    • addedOutput schema / properties / data / properties / activity / items / type
      Added value: +"object"
  3. Changed2 schema fields changed
    • addedInput schema / properties / activity / description
      Added value: +"Activity rows to include: all (default), source observations only, or none"
    • changedInput schema / properties / id / description
      Previous value: -"Intel id"New value: +"Intel ID"
  4. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true (safe read) and destructiveHint=false. The description adds context about returning sources and activity details, which is valuable beyond annotations. It does not contradict annotations. However, it could further clarify pagination behavior or depth of context.

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 a single, concise sentence that effectively communicates the tool's purpose without unnecessary words. Every part contributes to understanding what the tool does.

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

Completeness4/5

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

Given the schema covers both parameters and output schema is present (reducing need to explain return values), the description is fairly complete. It states the tool retrieves one development with sources and context. Slight room for improvement: noting that the output schema provides the structure, but overall good.

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?

Schema description coverage is 100%, so the schema already documents both parameters (id and activity). The description does not add extra meaning beyond 'get one development with its sources and context.' Baseline 3 is appropriate since schema handles param documentation.

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

Purpose5/5

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

The description clearly states it retrieves a single development along with its sources and context. This is a specific verb (get) applied to a distinct resource (intel/development), and it differentiates from siblings like get_project or get_topic which retrieve different entities.

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 implies use when needing a development's full details including sources and context. While it doesn't explicitly state when not to use it or name alternatives, the sibling list suggests other tools for different entity types, providing implicit differentiation.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.7/5.0
Disambiguation5/5

Each tool targets a distinct entity or action: single vs. list (get vs. list), intel vs. project vs. topic vs. report vs. cluster vs. vocabulary vs. credential check. No two tools have overlapping purposes; the descriptions clearly differentiate them.

Naming Consistency5/5

Uses a consistent pattern: get_ for singular retrieval, list_ for plural searches/listing. Only 'me' deviates, but it's a standard name for credential checks. The pattern is predictable and easy to follow.

Tool Count5/5

12 tools cover a focused domain (crypto intelligence) without unnecessary bloat. Each tool earns its place: core entities (projects, topics, intel), plus series, reports, vocabulary, clusters, and auth check. The count feels well-scoped.

Completeness5/5

The server provides a complete read surface for its domain: listing, searching, getting details, historical series, reports, and filter metadata. No obvious gaps for consuming intelligence (CRUD not expected in a read-only API).

Resources