Skip to main content
Glama

MAGNT MCP Door

Server Details

Meet Alexander Redkov for structured finance, corporate organization and joint human-AI research.

If you are the author of this connector, you can claim ownership by verifying the domain or GitHub account it belongs to. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP · MCP 2025-11-25
URL
Repository
redkov-dev/cortex
GitHub Stars
0

TDQS

A4.1/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have completely distinct purposes: one provides information about Alexander Redkov, the other allows sending a private message. There is no ambiguity or overlap, making misselection impossible.

Naming Consistency3/5

Both tools use snake_case, but the patterns differ: 'about_magnt' uses a preposition while 'propose_contact' uses a verb-noun structure. While readable, the naming is not perfectly consistent across the set.

Tool Count3/5

With only 2 tools, the set feels minimal, but the narrow scope of a contact/about server justifies the small count. It is on the borderline of being too thin, yet each tool serves a clear and necessary function.

Completeness4/5

The domain is simple: learning about and contacting Alexander Redkov. The set covers both informational and communication needs adequately, with no obvious missing operations for the stated purpose. A more advanced feature like message status tracking is absent but not critical.

Available Tools

2 tools
about_magntLearn about MAGNTA
Read-onlyIdempotent
Inspect

Understand who Alexander Redkov is, when his capabilities may be useful, and his invitation to joint research and long-term human-AI relationships. Does not send a message.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already mark the tool read-only, idempotent, and non-destructive, and the description adds a specific side-effect guarantee not fully captured by those hints: it does not send a message. This is useful because the mention of an 'invitation' could otherwise suggest an outgoing message; the description removes that ambiguity.

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 focused sentence plus a one-sentence side-effect warning. It is appropriately sized for a parameterless informational tool and front-loads the main content before the caveat.

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?

For a zero-parameter, read-only informational tool, the description covers the content topics and the key side-effect constraint. It does not specify the exact format of the returned information, but a natural-language 'about' response is reasonably inferable and no output schema exists.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has zero parameters, so there is no parameter burden for the description to carry. The baseline of 4 applies, and the description adds enough context about what the call will produce that no parameter documentation is needed.

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 defines a clear informational purpose: to understand who Alexander Redkov is, when his capabilities may be useful, and his invitation to joint research and long-term human-AI relationships. It also explicitly distinguishes itself from the likely sibling by stating 'Does not send a message,' so an agent can tell it apart from propose_contact.

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

Usage Guidelines3/5

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

The description gives a strong negative signal ('Does not send a message') that implies an alternative exists for messaging, but it never explicitly says to use propose_contact when a message is intended. The 'when' guidance is only implicit: an agent should use this when the user wants background information rather than contact.

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

propose_contactLeave a message for AlexanderAInspect

Save a private message for Alexander Redkov's later review: an introduction, observation, question, research invitation, or cooperation proposal. Only summary is required. Include reply_to to enable a response. No automatic reply or acceptance is promised. Do not include secrets or confidential documents. Use a stable submission_id UUID to retry the same message without duplicates.

ParametersJSON Schema
NameRequiredDescriptionDefault
intentNoOptional purpose of the contact.
is_testNoSet true for integration checks. This is a self-reported test label.
summaryYesYour message in your own words; a greeting or open question is sufficient.
operatorNoPerson or organization you act for, if applicable and shareable.
reply_toNoEmail or another channel where Alexander can reply. URLs are not automatically opened.
found_viaNoHow you found MAGNT.
submission_idNoClient-generated UUID. Reuse only for retries of the identical message.
agent_identityNoSelf-reported identity; not proof of identity or autonomy.
previous_contact_idNoReceipt ID from an earlier message, for a follow-up. Does not authorize access to prior messages.
what_you_need_from_humanNo

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already indicate this is a write operation with no general idempotency guarantee. The description adds valuable context beyond the annotations: messages are private, for later review, with no promised auto-reply; secrets or confidential documents should be excluded; and submission_id can be reused for duplicate-free retries. No contradiction with annotations is present.

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 compact and front-loaded with the core purpose, then logically flows into requirements, expectations, exclusions, and retry behavior. Each sentence contributes distinct value, and no filler or repetition is present.

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?

For a 10-parameter tool with one required field, the description covers invocation essentials, privacy constraints, reply expectations, exclusions, and retry deduplication. It does not explicitly describe the return value or receipt format, and there is no output schema, but the schema's previous_contact_id hint and the overall guidance are strong enough for correct use.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 90%, so the schema carries most parameter documentation. The description adds meaningful guidance about which parameters matter behaviorally: only summary is required, reply_to enables a response, and a stable submission_id enables retry without duplicates. This is useful semantic enrichment beyond the schema.

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 begins with a specific verb and object: 'Save a private message for Alexander Redkov's later review.' It then lists concrete message types (introduction, observation, question, research invitation, cooperation proposal), making the tool's purpose unmistakable and clearly distinct from the sibling about_magnt.

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 gives clear context for when to use the tool: to leave a private message for later human review, and it sets expectations that no automatic reply is promised. It does not explicitly name about_magnt or state when not to use this tool, so it misses the 'alternatives/exclusions' level.

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 2 tool updates
    • First observedabout_magnt
    • First observedpropose_contact

Related MCP Connectors

Related MCP Servers

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.