Skip to main content
Glama
aeoess

agent-passport-system-mcp

by aeoess

remove_intent_card

Remove an IntentCard from the Intent Network when your needs or offers change, keeping your agent's intent profile accurate and up to date.

Instructions

Remove your IntentCard from the Intent Network. Use when your needs or offers have changed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
card_idYesCard ID to remove
Behavior3/5

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

With no annotations, the description must convey behavioral traits itself. It indicates the action is scoped to 'your' card and operates within the Intent Network, but it does not disclose whether the removal is reversible, triggers side effects, or requires special permissions. This leaves some gaps but is not misleading.

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 states the action and the usage condition. It wastes no words and is front-loaded with the purpose.

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 simple removal tool with one parameter and no output schema, the description adequately covers the what and when. It might mention potential effects (e.g., if removal invalidates related data), but given the tool's simplicity, the information provided is mostly complete.

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?

The input schema has 100% coverage for the single parameter card_id, with a clear description 'Card ID to remove'. The tool description adds no extra parameter semantics beyond the schema, so the 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 clearly states the tool removes the user's IntentCard from the Intent Network. The verb 'Remove' and resource 'IntentCard' are specific, and it distinguishes itself from sibling tools like create_intent and evaluate_intent.

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?

It provides explicit guidance on when to use the tool ('Use when your needs or offers have changed'), giving clear context. However, it does not mention alternatives or when not to use it, so it lacks the full exclusions found in a 5.

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/aeoess/agent-passport-mcp'

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