Skip to main content
Glama
osintukraine

OSINT MCP Server

by osintukraine

get_entity_relationships

Retrieve entity relationships from Wikidata SPARQL, including corporate connections, political positions, and associates, for OSINT analysis.

Instructions

Get entity relationships from Wikidata SPARQL - corporate connections, political positions, associates.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sourceYesSource
refreshNoForce refresh from Wikidata (bypasses 7-day cache)
entity_idYesEntity ID
Behavior2/5

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

No annotations are present, so the description must disclose behavioral traits. It only states what the tool retrieves, omitting details on caching (though refresh parameter hints at it), permissions, side effects, or rate limits. This is insufficient for understanding runtime behavior.

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

Conciseness4/5

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

The description is a single sentence with a hyphen separating the source from examples. It is concise and front-loaded, but the structure could be improved with bullet points or clearer separation of elements. No word is wasted.

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

Completeness2/5

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

Given the absence of an output schema, the description should explain the response structure beyond vague examples. It lacks details on how to specify entity_id (e.g., Wikidata Q identifier), pagination, or error cases. For a tool querying an external API, this is incomplete.

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 coverage is 100%, so the bar is lower. The description does not add meaning beyond the field names and brief parameter descriptions. For example, 'source' and 'entity_id' are not elaborated, and no format expectations are given. Baseline score of 3 is appropriate.

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 specifies the verb 'Get', the resource 'entity relationships', and the data source 'Wikidata SPARQL'. It also lists example relationship types (corporate connections, political positions, associates), making the tool's purpose clear and distinct from siblings like get_entity or get_entity_analytics.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives. With numerous sibling tools (e.g., get_entity, search_entities), the description fails to specify context or conditions for use, leaving the agent to infer applicability.

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/osintukraine/osint-mcp-server'

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