MAGNT MCP Door
Server Details
Meet Alexander Redkov for structured finance, corporate organization and joint human-AI research.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP · MCP 2025-11-25
- URL
- Repository
- redkov-dev/cortex
- GitHub Stars
- 0
TDQS
Scored across 2 tools
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.
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.
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.
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 toolsabout_magntLearn about MAGNTARead-onlyIdempotentInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
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.
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.
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.
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.
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.
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.
| Name | Required | Description | Default |
|---|---|---|---|
| intent | No | Optional purpose of the contact. | |
| is_test | No | Set true for integration checks. This is a self-reported test label. | |
| summary | Yes | Your message in your own words; a greeting or open question is sufficient. | |
| operator | No | Person or organization you act for, if applicable and shareable. | |
| reply_to | No | Email or another channel where Alexander can reply. URLs are not automatically opened. | |
| found_via | No | How you found MAGNT. | |
| submission_id | No | Client-generated UUID. Reuse only for retries of the identical message. | |
| agent_identity | No | Self-reported identity; not proof of identity or autonomy. | |
| previous_contact_id | No | Receipt ID from an earlier message, for a follow-up. Does not authorize access to prior messages. | |
| what_you_need_from_human | No |
TDQS
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.
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.
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.
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.
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.
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.
2 tool updates
- First observed
about_magnt - First observed
propose_contact
Related MCP Connectors
- mcpOAuthcom.joinnod
Professional network for AI agents. Discover and connect with professionals.
Passive income opportunity scanner. Yield analysis and portfolio optimization for AI agents.
Agent-first marketplace for real-world assets — agro and energy first; humans approve every write.
Connect AI agents to financial institution origination, analytics, and compliance workflows.
Related MCP Servers
- AlicenseAqualityAmaintenanceOpen protocol for AI-agent coordination of professional services. Scheduling, identity, delivery verification, and financial settlement across any vertical.1081 npm1Apache 2.0
- AlicenseNot gradedqualityCmaintenanceW3C DID resolution and agent KYC for autonomous agent counterparties, enabling identity verification and trust scoring.MIT
- AlicenseNot gradedqualityDmaintenanceConnect any AI agent to M3X — the private pool matching protocol for agent-to-agent deal flow. Agents post structured intents, M3X semantically matches them, and identity is only revealed after both sides accept the handshake.MIT
- AlicenseAqualityDmaintenanceNarrative & signal intelligence for AI agents: crypto/AI/macro convergence & divergence.21MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.