49 deterministic tools for text integrity, agent control, and contextual quality evidence.
Déduit des transports déclarés par cette annonce (streamable-http). Un client absent de cette liste n’est pas écarté pour autant — c’est simplement quelque chose que Forge ne peut pas confirmer.
La vérification confirme l’identité de l’éditeur (la propriété du dépôt), pas la sûreté du code. L’analyse de sécurité couvre les CVE connues et les scripts d’installation suspects.
Lu depuis un véritable échange MCP initialize → tools/list contre l’endpoint déclaré. Aucun outil n’a été invoqué — tools/list est l’appel d’introspection en lecture seule que le protocole prévoit pour cela. Cela reflète ce que le serveur annonçait à cet instant ; un endpoint hébergé n’est figé sur aucune version et peut changer sans préavis.
https://api.scrubmytext.com/mcp49 outils · 142 msscrub_textNormalize hidden/control characters and formatting artifacts without rewriting wording. Free or paid.Normalize hidden/control characters and formatting artifacts without rewriting wording. Free or paid.
| Paramètre | Type | Description |
|---|---|---|
| text* | string | — |
| mode | string | — |
inspect_textInspect exact Unicode, invisible characters, normalization, and mixed-script anomalies. Free or paid.Inspect exact Unicode, invisible characters, normalization, and mixed-script anomalies. Free or paid.
| Paramètre | Type | Description |
|---|---|---|
| text* | string | — |
scan_untrusted_textUse before an agent ingests pasted, retrieved, uploaded, or externally supplied text. Returns structural and heuristic risk signals; it does not determine maliciousness or safety. Trial, subscription, or x402 pay-per-call.Use before an agent ingests pasted, retrieved, uploaded, or externally supplied text. Returns structural and heuristic risk signals; it does not determine maliciousness or safety. Trial, subscription, or x402 pay-per-call.
| Paramètre | Type | Description |
|---|---|---|
| text* | string | — |
redact_sensitive_textUse before storing, sharing, logging, or sending text downstream when it may contain credentials or identifiers. Pattern-based redaction; trial, subscription, or x402 pay-per-call.Use before storing, sharing, logging, or sending text downstream when it may contain credentials or identifiers. Pattern-based redaction; trial, subscription, or x402 pay-per-call.
| Paramètre | Type | Description |
|---|---|---|
| text* | string | — |
compare_textUse to verify what changed between two text versions and whether differences are only scrub/format artifacts. Trial, subscription, or x402 pay-per-call.Use to verify what changed between two text versions and whether differences are only scrub/format artifacts. Trial, subscription, or x402 pay-per-call.
| Paramètre | Type | Description |
|---|---|---|
| original* | string | — |
| modified* | string | — |
detect_secretsUse before an agent logs, stores, or forwards text that may contain credentials. Finds likely API keys, private keys, JWTs, cloud credentials, and secret patterns without echoing values. Trial, subscription, or x402 pay-per-call.Use before an agent logs, stores, or forwards text that may contain credentials. Finds likely API keys, private keys, JWTs, cloud credentials, and secret patterns without echoing values. Trial, subscription, or x402 pay-per-call.
| Paramètre | Type | Description |
|---|---|---|
| text* | string | — |
validate_outputUse immediately before a downstream action when model output must be valid JSON or match a schema. Trial, subscription, or x402 pay-per-call.Use immediately before a downstream action when model output must be valid JSON or match a schema. Trial, subscription, or x402 pay-per-call.
fore a downstream action when model output must be valid JSON or match a sche…| Paramètre | Type | Description |
|---|---|---|
| output* | — | — |
| schema | object | — |
sanitize_agent_contextUse before putting untrusted retrieved or uploaded text into a model context. Normalizes structural artifacts, returns risk signals, and can redact sensitive patterns. Trial, subscription, or x402 pay-per-call.Use before putting untrusted retrieved or uploaded text into a model context. Normalizes structural artifacts, returns risk signals, and can redact sensitive patterns. Trial, subscription, or x402 pay-per-call.
| Paramètre | Type | Description |
|---|---|---|
| text* | string | — |
| mode | string | — |
| redact_sensitive | boolean | — |
prepare_for_agentUse as the default preprocessing step before an AI agent consumes untrusted external text. Returns agent-ready text plus inspection, risk-scan, and secret-detection reports. Trial, subscription, or x402 pay-per-call.Use as the default preprocessing step before an AI agent consumes untrusted external text. Returns agent-ready text plus inspection, risk-scan, and secret-detection reports. Trial, subscription, or x402 pay-per-call.
| Paramètre | Type | Description |
|---|---|---|
| text* | string | — |
| mode | string | — |
| redact_sensitive | boolean | — |
rework_textUse when an agent needs a deterministic, no-LLM rewrite while preserving protected facts such as numbers, URLs, emails, and quotes. Returns change metrics and preservation checks; does not verify authorship or watermark status. Trial, subscription, or x402 pay-per-call.Use when an agent needs a deterministic, no-LLM rewrite while preserving protected facts such as numbers, URLs, emails, and quotes. Returns change metrics and preservation checks; does not verify authorship or watermark status. Trial, subscription, or x402 pay-per-call.
| Paramètre | Type | Description |
|---|---|---|
| text* | string | — |
| mode | string | — |
fingerprint_actionUse before retryable work to derive a stable SHA-256 action fingerprint and idempotency key from an action name, optional scope, and JSON arguments. Object key order does not affect the result. Returns no input values and stores nothing. Free or paid.Use before retryable work to derive a stable SHA-256 action fingerprint and idempotency key from an action name, optional scope, and JSON arguments. Object key order does not affect the result. Returns no input values and stores nothing. Free or paid.
| Paramètre | Type | Description |
|---|---|---|
| action* | string | Stable action name, such as send_invoice or create_ticket. |
| arguments* | object | JSON object containing every value that should define whether two action attempts are the same. Do not include passwords, API keys, or secret tokens. |
| scope | string | Optional namespace such as production or customer-42. Defaults to default. |
lock_actionUse immediately before a consequential agent action to atomically claim an idempotency key so retries cannot execute it twice. Subscription API key required.Use immediately before a consequential agent action to atomically claim an idempotency key so retries cannot execute it twice. Subscription API key required.
| Paramètre | Type | Description |
|---|---|---|
| key* | string | — |
| lock_ttl_seconds | integer | — |
| completion_ttl_seconds | integer | — |
lock_action_intentUse immediately before a consequential retryable action when no stable idempotency key exists. Deterministically fingerprints the action and arguments, atomically claims that key, and returns safe_to_execute. Repeat calls with equivalent object-key ordering return the same fingerprint and cannot ac…Use immediately before a consequential retryable action when no stable idempotency key exists. Deterministically fingerprints the action and arguments, atomically claims that key, and returns safe_to_execute. Repeat calls with equivalent object-key ordering return the same fingerprint and cannot ac…
| Paramètre | Type | Description |
|---|---|---|
| action* | string | Stable action name, such as send_invoice or create_ticket. |
| arguments* | object | JSON object containing every value that should define whether two action attempts are the same. Do not include passwords, API keys, or secret tokens. |
| scope | string | Optional namespace such as production or customer-42. Defaults to default. |
| lock_ttl_seconds | integer | — |
| completion_ttl_seconds | integer | — |
check_actionUse to inspect an idempotency key before or after an agent action. Subscription API key required.Use to inspect an idempotency key before or after an agent action. Subscription API key required.
| Paramètre | Type | Description |
|---|---|---|
| key* | string | — |
complete_actionPaid: mark the current lock completed and preserve the idempotency record for its configured retention period.Paid: mark the current lock completed and preserve the idempotency record for its configured retention period.
| Paramètre | Type | Description |
|---|---|---|
| key* | string | — |
| lock_id* | string | — |
release_actionPaid: release an uncompleted action lock using its lock_id so another attempt can safely acquire it.Paid: release an uncompleted action lock using its lock_id so another attempt can safely acquire it.
| Paramètre | Type | Description |
|---|---|---|
| key* | string | — |
| lock_id* | string | — |
create_signalUse when an agent must wait for an external callback, webhook, job completion, or asynchronous event. Subscription API key required.Use when an agent must wait for an external callback, webhook, job completion, or asynchronous event. Subscription API key required.
| Paramètre | Type | Description |
|---|---|---|
| label | string | — |
| expires_in_seconds | integer | — |
| max_events | integer | — |
get_signal_eventsPaid: retrieve events received by a temporary signal inbox in arrival order.Paid: retrieve events received by a temporary signal inbox in arrival order.
| Paramètre | Type | Description |
|---|---|---|
| inbox_id* | string | — |
| limit | integer | — |
| after_ms | integer | — |
delete_signalprivilégiéPaid: immediately delete a signal inbox and all stored event bodies.Paid: immediately delete a signal inbox and all stored event bodies.
| Paramètre | Type | Description |
|---|---|---|
| inbox_id* | string | — |
request_approvalUse when an agent needs independent human approval before a consequential action. Creates a secure approval link. Subscription API key required.Use when an agent needs independent human approval before a consequential action. Creates a secure approval link. Subscription API key required.
| Paramètre | Type | Description |
|---|---|---|
| title* | string | — |
| description | string | — |
| expires_in_seconds | integer | — |
check_approvalPaid: check whether a human approval request is pending, approved, rejected, expired, or cancelled.Paid: check whether a human approval request is pending, approved, rejected, expired, or cancelled.
| Paramètre | Type | Description |
|---|---|---|
| approval_id* | string | — |
cancel_approvalPaid: cancel a pending human approval request so its link can no longer approve the action.Paid: cancel a pending human approval request so its link can no longer approve the action.
| Paramètre | Type | Description |
|---|---|---|
| approval_id* | string | — |
manage_action_challengeCreate, inspect, consume, or cancel a digest-bound cooling-off window. A bearer challenger can veto before the deadline; afterward the owner can atomically consume one execution right during a bounded window. This is exception handling, not affirmative consent or legal approval. Subscription API ke…Create, inspect, consume, or cancel a digest-bound cooling-off window. A bearer challenger can veto before the deadline; afterward the owner can atomically consume one execution right during a bounded window. This is exception handling, not affirmative consent or legal approval. Subscription API ke…
| Paramètre | Type | Description |
|---|---|---|
| operation* | string | — |
| control_id | string | — |
| action_fingerprint | string | — |
| veto_window_seconds | integer | — |
| execution_window_seconds | integer | — |
reserve_action_budgetAtomically reserve integer units under a named, period-scoped ceiling. A reservation_key makes retries idempotent. The service stores hashes and counters, not purchase details. Production; subscription API key required.Atomically reserve integer units under a named, period-scoped ceiling. A reservation_key makes retries idempotent. The service stores hashes and counters, not purchase details. Production; subscription API key required.
| Paramètre | Type | Description |
|---|---|---|
| operation* | string | — |
| budget_key* | string | — |
| period_key* | string | — |
| reservation_key | string | — |
| amount | integer | — |
| limit | integer | — |
| retention_seconds | integer | — |
record_action_receiptCreate or retrieve an immutable receipt digest for an action outcome without storing the action or outcome payload. Production; subscription API key required.Create or retrieve an immutable receipt digest for an action outcome without storing the action or outcome payload. Production; subscription API key required.
| Paramètre | Type | Description |
|---|---|---|
| operation* | string | — |
| receipt_id | string | — |
| action_fingerprint | string | — |
| outcome_digest | string | — |
| outcome_status | string | — |
verify_signed_signalVerify an HMAC-SHA256 signal, enforce timestamp freshness, and reject a replayed nonce. The message and shared secret are never stored. Production; subscription API key required.Verify an HMAC-SHA256 signal, enforce timestamp freshness, and reject a replayed nonce. The message and shared secret are never stored. Production; subscription API key required.
| Paramètre | Type | Description |
|---|---|---|
| message* | string | — |
| shared_secret* | string | — |
| signature* | string | — |
| timestamp* | integer | — |
| nonce* | string | — |
| max_age_seconds | integer | — |
manage_resource_leaseAtomically acquire, inspect, or release a short-lived exclusive lease on a hashed resource key. Production; subscription API key required.Atomically acquire, inspect, or release a short-lived exclusive lease on a hashed resource key. Production; subscription API key required.
| Paramètre | Type | Description |
|---|---|---|
| operation* | string | — |
| resource_key* | string | — |
| lease_token | string | — |
| ttl_seconds | integer | — |
manage_authority_delegationIssue, consume, inspect, or revoke a narrow bearer capability bound to one action fingerprint and a maximum use count. This is a technical capability, not identity proof or a legal delegation. Production; subscription API key required.Issue, consume, inspect, or revoke a narrow bearer capability bound to one action fingerprint and a maximum use count. This is a technical capability, not identity proof or a legal delegation. Production; subscription API key required.
| Paramètre | Type | Description |
|---|---|---|
| operation* | string | — |
| control_id | string | — |
| token | string | — |
| action_fingerprint | string | — |
| max_uses | integer | — |
| expires_in_seconds | integer | — |
manage_agent_stopSet, inspect, or clear a durable stop signal for a hashed agent or workflow key. Callers should fail closed whenever stopped is true. Production; subscription API key required.Set, inspect, or clear a durable stop signal for a hashed agent or workflow key. Callers should fail closed whenever stopped is true. Production; subscription API key required.
| Paramètre | Type | Description |
|---|---|---|
| operation* | string | — |
| subject_key* | string | — |
| reason_code | string | — |
manage_task_handoffCreate a bearer-token task handoff, let another paid API identity claim it exactly once, and inspect, complete, or cancel the transfer. Only task fingerprints are stored. Production.Create a bearer-token task handoff, let another paid API identity claim it exactly once, and inspect, complete, or cancel the transfer. Only task fingerprints are stored. Production.
| Paramètre | Type | Description |
|---|---|---|
| operation* | string | — |
| control_id | string | — |
| token | string | — |
| task_fingerprint | string | — |
| expires_in_seconds | integer | — |
manage_action_reconciliationOpen, inspect, append digest-only evidence to, or resolve a discrepancy between expected and observed action outcomes. Production; subscription API key required.Open, inspect, append digest-only evidence to, or resolve a discrepancy between expected and observed action outcomes. Production; subscription API key required.
| Paramètre | Type | Description |
|---|---|---|
| operation* | string | — |
| control_id | string | — |
| action_fingerprint | string | — |
| expected_digest | string | — |
| observed_digest | string | — |
| evidence_digest | string | — |
| resolution | string | — |
anchor_context_traceCreate or inspect an immutable provenance anchor from a context digest, parent digests, and processing stage. No context content is stored. Production; subscription API key required.Create or inspect an immutable provenance anchor from a context digest, parent digests, and processing stage. No context content is stored. Production; subscription API key required.
| Paramètre | Type | Description |
|---|---|---|
| operation* | string | — |
| control_id | string | — |
| context_digest | string | — |
| parent_digests | array | — |
| stage | string | — |
manage_task_contractOffer, accept, inspect, complete, or cancel a digest-bound technical task commitment. This records service state; it is not a legal contract, escrow, payment, or identity verification. Production.Offer, accept, inspect, complete, or cancel a digest-bound technical task commitment. This records service state; it is not a legal contract, escrow, payment, or identity verification. Production.
| Paramètre | Type | Description |
|---|---|---|
| operation* | string | — |
| control_id | string | — |
| token | string | — |
| task_fingerprint | string | — |
| terms_digest | string | — |
| expires_in_seconds | integer | — |
check_agent_readinessDeterministically check a supplied MCP server card against a narrow, published integration contract. The service does not fetch arbitrary URLs and does not certify security or correctness. Free or paid.Deterministically check a supplied MCP server card against a narrow, published integration contract. The service does not fetch arbitrary URLs and does not certify security or correctness. Free or paid.
| Paramètre | Type | Description |
|---|---|---|
| server_card* | object | — |
| expected_version | string | — |
| required_tools | array | — |
| require_streamable_http | boolean | — |
manage_action_quorumCreate, inspect, consume, or cancel an N-of-M bearer authorization quorum. Each unique bearer can decide once; only a successful one-time consume grants an execution right. Subscription API key required.Create, inspect, consume, or cancel an N-of-M bearer authorization quorum. Each unique bearer can decide once; only a successful one-time consume grants an execution right. Subscription API key required.
| Paramètre | Type | Description |
|---|---|---|
| operation* | string | — |
| control_id | string | — |
| action_fingerprint | string | — |
| required_votes | integer | — |
| member_count | integer | — |
| expires_in_seconds | integer | — |
manage_task_deadlineCreate, inspect, complete, or cancel a task deadline whose due and escalation state is derived from an independent server clock even when the agent is offline. Subscription API key required.Create, inspect, complete, or cancel a task deadline whose due and escalation state is derived from an independent server clock even when the agent is offline. Subscription API key required.
| Paramètre | Type | Description |
|---|---|---|
| operation* | string | — |
| control_id | string | — |
| task_fingerprint | string | — |
| due_in_seconds | integer | — |
| escalation_grace_seconds | integer | — |
manage_attention_budgetCreate, inspect, reserve, release, or close a finite review-capacity pool with per-subject caps, retry-safe reservations, and protected priority capacity. Subscription API key required.Create, inspect, reserve, release, or close a finite review-capacity pool with per-subject caps, retry-safe reservations, and protected priority capacity. Subscription API key required.
| Paramètre | Type | Description |
|---|---|---|
| operation* | string | — |
| control_id | string | — |
| total_units | integer | — |
| max_units_per_subject | integer | — |
| protected_priority_units | integer | — |
| period_seconds | integer | — |
| reservation_key | string | — |
| subject_fingerprint | string | — |
| units | integer | — |
| priority | string | — |
manage_agent_escalationCreate, inspect, or cancel a digest-only incident with a private bearer operator link and deterministic response and resolution SLA state. Link delivery remains the caller’s responsibility. Subscription API key required.Create, inspect, or cancel a digest-only incident with a private bearer operator link and deterministic response and resolution SLA state. Link delivery remains the caller’s responsibility. Subscription API key required.
| Paramètre | Type | Description |
|---|---|---|
| operation* | string | — |
| control_id | string | — |
| incident_fingerprint | string | — |
| severity | string | — |
| response_sla_seconds | integer | — |
| resolution_sla_seconds | integer | — |
manage_terms_pinPin, inspect, or revoke an immutable digest-bound record of observed terms, interface, version, and price. Stores bounded metadata and digests, not the terms body. This is technical evidence, not a legal agreement. Subscription API key required.Pin, inspect, or revoke an immutable digest-bound record of observed terms, interface, version, and price. Stores bounded metadata and digests, not the terms body. This is technical evidence, not a legal agreement. Subscription API key required.
| Paramètre | Type | Description |
|---|---|---|
| operation* | string | — |
| control_id | string | — |
| terms_digest | string | — |
| interface_digest | string | — |
| counterparty_fingerprint | string | — |
| version_label | string | — |
| price_minor | integer | — |
| currency | string | — |
| expires_in_seconds | integer | — |
match_policy_requirementsDeterministically compare bounded provider capabilities with consumer-required and forbidden policy tokens. Processes supplied tokens without storing policy content and does not make legal or compliance conclusions. Subscription API key required.Deterministically compare bounded provider capabilities with consumer-required and forbidden policy tokens. Processes supplied tokens without storing policy content and does not make legal or compliance conclusions. Subscription API key required.
| Paramètre | Type | Description |
|---|---|---|
| provider_capabilities* | array | — |
| consumer_required* | array | — |
| consumer_forbidden* | array | — |
manage_action_compensationBind a compensating-action digest before execution, record that the primary action executed, and atomically mark compensation once. Stores digests only and does not perform either action. Subscription API key required.Bind a compensating-action digest before execution, record that the primary action executed, and atomically mark compensation once. Stores digests only and does not perform either action. Subscription API key required.
| Paramètre | Type | Description |
|---|---|---|
| operation* | string | — |
| control_id | string | — |
| action_fingerprint | string | — |
| compensation_fingerprint | string | — |
| expires_in_seconds | integer | — |
manage_context_statusPublish, inspect, supersede, dispute, or revoke digest-only context status so downstream agents can stop using stale inputs. Stores no context body and does not invalidate copies outside this service. Subscription API key required.Publish, inspect, supersede, dispute, or revoke digest-only context status so downstream agents can stop using stale inputs. Stores no context body and does not invalidate copies outside this service. Subscription API key required.
| Paramètre | Type | Description |
|---|---|---|
| operation* | string | — |
| control_id | string | — |
| context_digest | string | — |
| successor_digest | string | — |
| reason_code | string | — |
| expires_in_seconds | integer | — |
manage_context_rightsIssue, inspect, evaluate, or revoke a digest-bound machine-readable context-rights envelope. It is a technical policy signal, not legal advice or proof of ownership. Subscription API key required.Issue, inspect, evaluate, or revoke a digest-bound machine-readable context-rights envelope. It is a technical policy signal, not legal advice or proof of ownership. Subscription API key required.
| Paramètre | Type | Description |
|---|---|---|
| operation* | string | — |
| control_id | string | — |
| context_digest | string | — |
| policy_digest | string | — |
| rights | array | — |
| requested_right | string | — |
| expires_in_seconds | integer | — |
manage_disclosure_budgetCreate, inspect, record against, or close a cumulative disclosure budget with total, per-recipient, and per-category limits. Stores hashes and counters, not disclosed content or recipient identities. Subscription API key required.Create, inspect, record against, or close a cumulative disclosure budget with total, per-recipient, and per-category limits. Stores hashes and counters, not disclosed content or recipient identities. Subscription API key required.
| Paramètre | Type | Description |
|---|---|---|
| operation* | string | — |
| control_id | string | — |
| total_units | integer | — |
| per_recipient_limit | integer | — |
| per_category_limit | integer | — |
| period_seconds | integer | — |
| event_key | string | — |
| recipient_fingerprint | string | — |
| category_fingerprint | string | — |
| units | integer | — |
list_quality_cardsList exact service-version/task quality cards that have reached the public three-verified-contributor evidence threshold. Results are ordered by recent evidence, not quality, payment, or sponsorship. Free.List exact service-version/task quality cards that have reached the public three-verified-contributor evidence threshold. Results are ordered by recent evidence, not quality, payment, or sponsorship. Free.
| Paramètre | Type | Description |
|---|---|---|
| target_type | string | — |
| task_category | string | — |
| limit | integer | — |
get_quality_cardRetrieve a public, contextual quality card for an exact MCP server or REST API version. Scores remain unavailable until at least three independent verified contributors submit structured observations. Free.Retrieve a public, contextual quality card for an exact MCP server or REST API version. Scores remain unavailable until at least three independent verified contributors submit structured observations. Free.
| Paramètre | Type | Description |
|---|---|---|
| target_type* | string | — |
| provider_domain* | string | — |
| canonical_endpoint* | string | — |
| version* | string | — |
| interface_digest | string | — |
| task_category* | string | — |
| region | string | — |
| max_latency_ms | integer | — |
| max_price_micros | integer | — |
| minimum_evidence_class | string | — |
compare_quality_targetsReturn contextual quality cards for two to ten exact targets in caller-provided order. It exposes evidence and uncertainty without producing a paid ranking or universal winner. Free.Return contextual quality cards for two to ten exact targets in caller-provided order. It exposes evidence and uncertainty without producing a paid ranking or universal winner. Free.
| Paramètre | Type | Description |
|---|---|---|
| targets* | array | — |
| task_category* | string | — |
| region | string | — |
| max_latency_ms | integer | — |
| max_price_micros | integer | — |
| minimum_evidence_class | string | — |
record_quality_observationSubmit an opt-in structured observation for an exact target and task. Receipt-linked observations are labeled E1; other observations are E0. Stores no prompt, response, credential, email, or free-form review. Free verified contributor or subscription key required.Submit an opt-in structured observation for an exact target and task. Receipt-linked observations are labeled E1; other observations are E0. Stores no prompt, response, credential, email, or free-form review. Free verified contributor or subscription key required.
| Paramètre | Type | Description |
|---|---|---|
| target_type* | string | — |
| provider_domain* | string | — |
| canonical_endpoint* | string | — |
| version* | string | — |
| interface_digest | string | — |
| task_category* | string | — |
| region | string | — |
| max_latency_ms | integer | — |
| max_price_micros | integer | — |
| minimum_evidence_class | string | — |
| observation_key* | string | — |
| receipt_id | string | — |
| outcome_success* | boolean | — |
| reliability* | boolean | — |
| latency_ms | integer | — |
| quoted_price_micros | integer | — |
| final_price_micros | integer | — |
| observed_at | string | — |
request_quality_correctionAttach a digest-only correction or appeal request to a quality card. Requests are visible as unverified pending state and do not erase evidence or prove provider identity. Free verified contributor or subscription key required.Attach a digest-only correction or appeal request to a quality card. Requests are visible as unverified pending state and do not erase evidence or prove provider identity. Free verified contributor or subscription key required.
| Paramètre | Type | Description |
|---|---|---|
| card_id* | string | — |
| request_key* | string | — |
| request_kind* | string | — |
| reason_code* | string | — |
| correction_digest* | string | — |
49 outils sur 49 ont publié une description.
Les noms et descriptions d’outils sont écrits par l’éditeur et affichés tels quels, comme du texte inerte. Ce sont les chaînes qu’un client MCP transmet à un modèle, alors Forge y recherche des motifs d’injection de prompt — tout constat apparaît avec l’analyse de sécurité ci-dessus. « Privilégié » est une correspondance de mot-clé sur le nom de l’outil, pas un audit de ce qu’il fait : un nom anodin peut tout de même tout faire.
49 deterministic tools for text integrity, agent control, and contextual quality evidence.
+ 9 de plus observés sur cette entrée.
Les noms cliquables ouvrent l’index Forge de toutes les entrées observées exposant cet outil. Parcourir tous les outils indexés.
Cette entrée ne publie aucun paquet npm : Forge n'a donc pas d'arbre de dépendances pour elle. C'est une lacune de couverture — pas une affirmation qu'elle n'a aucune dépendance.